Skip to content
Snippets Groups Projects
Commit 1d3eaef9 authored by Alex Kost's avatar Alex Kost
Browse files

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.
parent 98bdee67
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment