diff options
Diffstat (limited to 'guix-qa-frontpage/manage-patch-branches.scm')
-rw-r--r-- | guix-qa-frontpage/manage-patch-branches.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm index 7db0ef5..4d3bf74 100644 --- a/guix-qa-frontpage/manage-patch-branches.scm +++ b/guix-qa-frontpage/manage-patch-branches.scm @@ -368,11 +368,11 @@ (assoc-ref patchwork-series "id")))))) (take patchwork-series - 100))) + 100)) - (simple-format (current-error-port) - "finished processing patch branches (last issue: ~A)\n" - (car (last patchwork-series))) + (simple-format (current-error-port) + "finished processing patch branches (last issue: ~A)\n" + (car (last patchwork-series)))) (sleep 3600)) (setenv "GIT_SSH_COMMAND" |