mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
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:
parent
0bfdfd377e
commit
3d20ebd6cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue