diff options
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index eded5cb55..e7b76cc68 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1582,7 +1582,7 @@ if mymode!="commit": else: if dofail and "--force" in myoptions and "--pretend" not in myoptions: print green("RepoMan sez:") + \ - " \"You want commit even with these QA issues?\n" + \ + " \"You want to commit even with these QA issues?\n" + \ " I'll take it this time, but I'm not happy.\"\n" elif dofail: print turquoise("Please fix these important QA issues first.") |