import: elpa: Fix typo.
Reported by Eric Dvorsak <eric@dvorsak.fr> on #guix. * guix/scripts/import/elpa.scm (%default-options): Remove redundant quote which led to an error if --archive option was not specified.master
parent
98bdee6725
commit
1d3eaef90c
|
@ -34,7 +34,7 @@
|
|||
;;;
|
||||
|
||||
(define %default-options
|
||||
'((repo . 'gnu)))
|
||||
'((repo . gnu)))
|
||||
|
||||
(define (show-help)
|
||||
(display (_ "Usage: guix import elpa PACKAGE-NAME
|
||||
|
|
Reference in New Issue