me
/
guix
Archived
1
0
Fork 0

reconfigure: Fix typo on 'live-service-transient?'.

Fix typo introduced in e25eca35ff.

* guix/scripts/system/reconfigure.scm (running-services): Add question
mark to 'live-service-transient?.
master
Ludovic Courtès 2022-04-11 09:26:10 +02:00
parent f429596627
commit 7da907f90e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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)