From 1d3eaef90cecd70b4282ccd11693feb85e72aa21 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Mon, 10 Aug 2015 15:46:10 +0300 Subject: import: elpa: Fix typo. Reported by Eric Dvorsak on #guix. * guix/scripts/import/elpa.scm (%default-options): Remove redundant quote which led to an error if --archive option was not specified. --- guix/scripts/import/elpa.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/scripts/import/elpa.scm') 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 -- cgit v1.2.3