aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/gbp-posttag-push
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gbp-posttag-push')
-rwxr-xr-xexamples/gbp-posttag-push1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gbp-posttag-push b/examples/gbp-posttag-push
index 549df1d0..076fe63e 100755
--- a/examples/gbp-posttag-push
+++ b/examples/gbp-posttag-push
@@ -146,6 +146,7 @@ def main(argv):
repo.push(dest, upstream_sha1, options.upstream_branch)
print("done.")
+
if __name__ == '__main__':
sys.exit(main(sys.argv))