aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/create_remote_repo.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-09 12:53:54 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 08:52:14 +0200
commitbc187422ddfd561d244e78a8826f58a0ff018713 (patch)
treef03c789ac42a9e2efe253865f434c5d72b1bc394 /gbp/scripts/create_remote_repo.py
parent7b6bee2a57c641bc8e97312a42d1ab26ad13f838 (diff)
create_remote_config: It's 'gbp pull' not 'gbp-pull'
Diffstat (limited to 'gbp/scripts/create_remote_repo.py')
-rw-r--r--gbp/scripts/create_remote_repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/create_remote_repo.py b/gbp/scripts/create_remote_repo.py
index 024e4827..29d9986f 100644
--- a/gbp/scripts/create_remote_repo.py
+++ b/gbp/scripts/create_remote_repo.py
@@ -337,7 +337,7 @@ def main(argv):
else:
gbp.log.info("You can now add:")
print_config(remote, branches)
- gbp.log.info("to your .git/config to 'gbp-pull' and 'git push' in the future.")
+ gbp.log.info("to your .git/config to 'gbp pull' and 'git push' in the future.")
except KeyboardInterrupt:
retval = 1
gbp.log.err("Interrupted. Aborting.")