janneke pushed a commit to branch master
in repository guix.

commit 9bb98bcf7b69951b6ce9b9564031893063740795
Author: Jan Nieuwenhuizen <jann...@gnu.org>
Date:   Tue Sep 12 23:27:35 2017 +0200

    doc: Fix typo in cuirrass config example.
    
    * doc/guix.texi (Continuous Integration): Add missing quote in example spec.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 0633691..97960e9 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27,7 +27,7 @@ Copyright @copyright{} 2016 Chris Marusich@*
 Copyright @copyright{} 2016, 2017 Efraim Flashner@*
 Copyright @copyright{} 2016 John Darrington@*
 Copyright @copyright{} 2016 ng0@*
-Copyright @copyright{} 2016 Jan Nieuwenhuizen@*
+Copyright @copyright{} 2016, 2017 Jan Nieuwenhuizen@*
 Copyright @copyright{} 2016 Julien Lepiller@*
 Copyright @copyright{} 2016 Alex ter Weele@*
 Copyright @copyright{} 2017 Clément Lassieur@*
@@ -15246,7 +15246,7 @@ packages, as prescribed in the @file{gnu-system.scm} 
example spec:
                (#:branch . "master"))))
   (service cuirass-service-type
            (cuirass-configuration
-            (specifications #~(list #$spec)))))
+            (specifications #~(list '#$spec)))))
 @end example
 
 While information related to build jobs is located directly in the

Reply via email to