diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-11-09 17:02:08 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-11-09 17:02:08 +0100 |
commit | 64461ba20a07a0cf3197de3e97cb44e0f66cebdc (patch) | |
tree | f48fd8e66879da30d5e2d89b16de6294ecd1192d /guix | |
parent | 55174e668f2985d1c4efda4fbf58f4061dde0db2 (diff) | |
parent | cee9ab244f9ba9f3156b6aa50927418bae951096 (diff) |
Merge branch 'master' into core-updates
Diffstat (limited to 'guix')
-rw-r--r-- | guix/scripts/pull.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm index aff4f378be..dc83729911 100644 --- a/guix/scripts/pull.scm +++ b/guix/scripts/pull.scm @@ -177,7 +177,7 @@ true, display what would be built without actually building it." (update-profile profile manifest #:dry-run? dry-run?) (munless dry-run? - (display-profile-news profile))))) + (return (display-profile-news profile)))))) (define (honor-lets-encrypt-certificates! store) "Tell Guile-Git to use the Let's Encrypt certificates." |