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?.
This commit is contained in:
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

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)