[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: doc: Fix typo in cuirrass config example.
From: |
Jan Nieuwenhuizen |
Subject: |
01/01: doc: Fix typo in cuirrass config example. |
Date: |
Wed, 13 Sep 2017 12:31:54 -0400 (EDT) |
janneke pushed a commit to branch master
in repository guix.
commit 9bb98bcf7b69951b6ce9b9564031893063740795
Author: Jan Nieuwenhuizen <address@hidden>
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 address@hidden
Copyright @copyright{} 2016, 2017 Efraim address@hidden
Copyright @copyright{} 2016 John address@hidden
Copyright @copyright{} 2016 address@hidden
-Copyright @copyright{} 2016 Jan address@hidden
+Copyright @copyright{} 2016, 2017 Jan address@hidden
Copyright @copyright{} 2016 Julien address@hidden
Copyright @copyright{} 2016 Alex ter address@hidden
Copyright @copyright{} 2017 Clément address@hidden
@@ -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