guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 06/09: herd: Really match the ‘root’ service when reporting a


From: Ludovic Courtès
Subject: [shepherd] 06/09: herd: Really match the ‘root’ service when reporting a typo.
Date: Sun, 6 Oct 2024 16:26:36 -0400 (EDT)

civodul pushed a commit to branch devel
in repository shepherd.

commit 43537fad10ae803cd937536fa0ab90ba848f50ac
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 6 15:22:54 2024 +0200

    herd: Really match the ‘root’ service when reporting a typo.
    
    * modules/shepherd/scripts/herd.scm (run-command): Fix typo.
---
 modules/shepherd/scripts/herd.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/shepherd/scripts/herd.scm 
b/modules/shepherd/scripts/herd.scm
index 219fc6f..3af4b17 100644
--- a/modules/shepherd/scripts/herd.scm
+++ b/modules/shepherd/scripts/herd.scm
@@ -873,8 +873,8 @@ service but display a generic overview rather than 
information about
           ((_ (or 'start 'stop 'status 'doc))
            (report-hint (l10n "Did you mean 'herd ~a ~a'?")
                         service action))
-          ((root (or 'help 'halt 'power-off 'load 'eval 'unload 'reload
-                     'daemonize 'restart))
+          (('root (or 'help 'halt 'power-off 'load 'eval 'unload 'reload
+                      'daemonize 'restart))
            (report-hint (l10n "Did you mean 'herd ~a ~a'?")
                         service action))
           ((_ _) *unspecified*))



reply via email to

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