aboutsummaryrefslogtreecommitdiff
path: root/examples/gbp-posttag-push
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gbp-posttag-push')
-rwxr-xr-xexamples/gbp-posttag-push2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gbp-posttag-push b/examples/gbp-posttag-push
index cd8968d..c65ef4b 100755
--- a/examples/gbp-posttag-push
+++ b/examples/gbp-posttag-push
@@ -128,7 +128,7 @@ def main(argv):
upstream_sha1 = repo.rev_parse("%s^{}" % upstream_tag)
if not repo.verify_tag(env.tag):
- print("Not pushing nonexistent or unsigned tag '%s'." % env.tag, file=sys.stderr)
+ print("Not pushing non-existent or unsigned tag '%s'." % env.tag, file=sys.stderr)
return 0
for dest in dests: