summaryrefslogtreecommitdiff
path: root/guix/profiles.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-09-04 21:35:57 +0200
committerLudovic Courtès <ludo@gnu.org>2014-09-04 21:35:57 +0200
commit39c4563aeaa525e71328d1ec08ef568c8a124152 (patch)
tree9d96eb43f88cc6628de6a4f30457ebbe65d6ab6d /guix/profiles.scm
parent457f60fa068c7becf60841daa2b6fc5121aedead (diff)
profiles: Use a real arrow to denote upgrades in ASCII.
Suggested by Alex Kost. * guix/profiles.scm (right-arrow): Fall back to "->". * tests/profiles.scm ("manifest-show-transaction"): Adjust accordingly.
Diffstat (limited to 'guix/profiles.scm')
-rw-r--r--guix/profiles.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/profiles.scm b/guix/profiles.scm
index 919f27d250..9dc9ab43b9 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -326,7 +326,7 @@ replacement if PORT is not Unicode-capable."
(lambda ()
(display arrow)))))
(lambda (key . args)
- ">")))))
+ "->")))))
(define* (manifest-show-transaction store manifest transaction
#:key dry-run?)