civodul pushed a commit to branch master
in repository guix.

commit 3d20ebd6cb09c328c06ea197489aa84802bed5a8
Author: Ludovic Courtès <[email protected]>
Date:   Sat Aug 29 23:33:53 2015 +0200

    refresh: Add missing newline in warning message.
    
    Reported by karhunkynsi on #guix.
    
    * guix/scripts/refresh.scm (update-package): Add missing newline in
      string literal passed to 'warning'.
---
 guix/scripts/refresh.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/guix/scripts/refresh.scm b/guix/scripts/refresh.scm
index 28519d7..e7980a9 100644
--- a/guix/scripts/refresh.scm
+++ b/guix/scripts/refresh.scm
@@ -149,7 +149,7 @@ values: 'interactive' (default), 'always', and 'never'."
                           port-sha256)))
               (update-package-source package version hash)))
           (warning (_ "~a: version ~a could not be \
-downloaded and authenticated; not updating")
+downloaded and authenticated; not updating~%")
                    (package-name package) version)))))
 
 

Reply via email to