guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: import: elpa: Fix typo.


From: Alex Kost
Subject: 01/01: import: elpa: Fix typo.
Date: Mon, 10 Aug 2015 12:59:02 +0000

alezost pushed a commit to branch master
in repository guix.

commit 1d3eaef90cecd70b4282ccd11693feb85e72aa21
Author: Alex Kost <address@hidden>
Date:   Mon Aug 10 15:46:10 2015 +0300

    import: elpa: Fix typo.
    
    Reported by Eric Dvorsak <address@hidden> 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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/guix/scripts/import/elpa.scm b/guix/scripts/import/elpa.scm
index 9034eb7..c72aaf0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]