mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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.
This commit is contained in:
parent
98bdee6725
commit
1d3eaef90c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ (define-module (guix scripts import elpa)
|
|||
;;;
|
||||
|
||||
(define %default-options
|
||||
'((repo . 'gnu)))
|
||||
'((repo . gnu)))
|
||||
|
||||
(define (show-help)
|
||||
(display (_ "Usage: guix import elpa PACKAGE-NAME
|
||||
|
|
Loading…
Reference in a new issue