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'.
This commit is contained in:
Ludovic Courtès 2015-08-29 23:33:53 +02:00
parent 0bfdfd377e
commit 3d20ebd6cb

View file

@ -149,7 +149,7 @@ (define* (update-package store package #:key (key-download 'interactive))
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)))))