diff options
author | Alex Kost <alezost@gmail.com> | 2015-08-10 15:46:10 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-08-10 15:46:10 +0300 |
commit | 1d3eaef90cecd70b4282ccd11693feb85e72aa21 (patch) | |
tree | fd4ae22321da008de1469588822f071db7e2b5a2 /guix/scripts/import | |
parent | 98bdee6725a83c7f6d3011cca2e87e31165adb57 (diff) |
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.
Diffstat (limited to 'guix/scripts/import')
-rw-r--r-- | guix/scripts/import/elpa.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/import/elpa.scm b/guix/scripts/import/elpa.scm index 9034eb74e7..c72aaf0760 100644 --- a/guix/scripts/import/elpa.scm +++ b/guix/scripts/import/elpa.scm @@ -34,7 +34,7 @@ ;;; (define %default-options - '((repo . 'gnu))) + '((repo . gnu))) (define (show-help) (display (_ "Usage: guix import elpa PACKAGE-NAME |