diff options
-rw-r--r-- | guix-qa-frontpage/manage-patch-branches.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm index 5e18b1e..78854b9 100644 --- a/guix-qa-frontpage/manage-patch-branches.scm +++ b/guix-qa-frontpage/manage-patch-branches.scm @@ -214,7 +214,7 @@ (simple-format (current-error-port) - "Commit hashes match, so no patches have been applied") + "Commit hashes match, so no patches have been applied\n") (begin (system* "git" "push" "--delete" "patches" base-tag) |