Tomas Volf wrote 3 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
* doc/shepherd.texi (Service Examples): Add missing ' to timer example.
---
doc/shepherd.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Toggle diff (15 lines)
diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index d092608..5b3ecd4 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -1809,7 +1809,7 @@ command as root (@pxref{Invoking updatedb,,, find, Finding Files}):
'(updatedb)
#:start (make-timer-constructor
;; Fire at midnight and noon everyday.
- (calendar-event #:hours '(0 12) #:minutes (0))
+ (calendar-event #:hours '(0 12) #:minutes '(0))
(command '("/usr/bin/updatedb"
"--prunepaths=/tmp")))
#:stop (make-timer-destructor)
--
2.46.0