diff options
author | Christopher Baines <mail@cbaines.net> | 2022-11-07 20:00:10 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-11-07 20:00:10 +0100 |
commit | 5a7a9fc2fbb59b1516c736c8efc7417314c357be (patch) | |
tree | ab521ffcd277d44ae8d2bc1d6ff3f3fa7d3086f2 /guix-qa-frontpage/manage-patch-branches.scm | |
parent | 22f93de604c4de49caa36fa3fbce07388dbdf02d (diff) | |
download | qa-frontpage-5a7a9fc2fbb59b1516c736c8efc7417314c357be.tar qa-frontpage-5a7a9fc2fbb59b1516c736c8efc7417314c357be.tar.gz |
Add missing newline
Diffstat (limited to 'guix-qa-frontpage/manage-patch-branches.scm')
-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) |