summaryrefslogtreecommitdiff
path: root/guix/scripts/show.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/scripts/show.scm')
-rw-r--r--guix/scripts/show.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/show.scm b/guix/scripts/show.scm
index ef64b5755b..a2b0030a63 100644
--- a/guix/scripts/show.scm
+++ b/guix/scripts/show.scm
@@ -73,4 +73,4 @@ This is an alias for 'guix package --show='.\n"))
(unless (assoc-ref opts 'query)
(leave (G_ "missing arguments: no package to show~%")))
- (guix-package* opts))
+ (guix-package* (reverse opts)))