aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-11-14 19:32:00 +0100
committerGuido Günther <agx@sigxcpu.org>2015-11-15 16:37:26 +0100
commitfe92148d2616d5ea381c4165383bbae6706ddae2 (patch)
tree44f8321fe0104df4a3086a63648730a56acf8061 /bin
parentf83d2a08057ecd314bebcaa1e9ce5ec158e09c57 (diff)
Fix error message
We're invoked by 'gbp buildpackage' not git-buildpackage
Diffstat (limited to 'bin')
-rw-r--r--bin/git-pbuilder2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-pbuilder b/bin/git-pbuilder
index c5c621ca..a14978af 100644
--- a/bin/git-pbuilder
+++ b/bin/git-pbuilder
@@ -273,7 +273,7 @@ fi
# Build package: not (update | create | login)
if [ -z "$GBP_BUILD_DIR" ]; then
- echo "Warning: git-pbuilder should be run via git-buildpackage" >&2
+ echo "Warning: git-pbuilder should be run via 'gbp buildpackage'" >&2
fi
# Print out some information about what we're doing.