summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 16fc228e..b744c255 100644
--- a/gbp/scripts/create_remote_repo.py
+++ b/gbp/scripts/create_remote_repo.py
@@ -371,7 +371,7 @@ def do_list(sections):
for n in names:
print(" %s" % n)
else:
- gbp.log.info("No remot config templates found.")
+ gbp.log.info("No remote config templates found.")
return 0