[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: reconfigure: Fix typo on 'live-service-transient?
From: |
guix-commits |
Subject: |
branch master updated: reconfigure: Fix typo on 'live-service-transient?'. |
Date: |
Mon, 11 Apr 2022 03:27:42 -0400 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7da907f90e reconfigure: Fix typo on 'live-service-transient?'.
7da907f90e is described below
commit 7da907f90e74a4edf96d76ee457ff958265ef8d4
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Apr 11 09:26:10 2022 +0200
reconfigure: Fix typo on 'live-service-transient?'.
Fix typo introduced in e25eca35ff04e4234d0376fbb9a8e146869772c8.
* guix/scripts/system/reconfigure.scm (running-services): Add question
mark to 'live-service-transient?.
---
guix/scripts/system/reconfigure.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/system/reconfigure.scm
b/guix/scripts/system/reconfigure.scm
index ca988953f9..9ca66687ee 100644
--- a/guix/scripts/system/reconfigure.scm
+++ b/guix/scripts/system/reconfigure.scm
@@ -134,7 +134,7 @@ return the <live-service> objects that are currently
running on MACHINE."
(map (lambda (service)
(list (live-service-provision service)
(live-service-requirement service)
- (live-service-transient service)
+ (live-service-transient? service)
(match (live-service-running service)
(#f #f)
(#t #t)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: reconfigure: Fix typo on 'live-service-transient?'.,
guix-commits <=