services: Fix typo.
This is a follow-up to 3b38bf141a
.
* gnu/services/base.scm (%base-services): Remove duplicated line.
This commit is contained in:
parent
3b38bf141a
commit
e15f55208f
|
@ -2427,7 +2427,6 @@ to handle."
|
|||
(service special-files-service-type
|
||||
`(("/bin/sh" ,(file-append (canonical-package bash)
|
||||
"/bin/sh"))
|
||||
"/bin/sh"))
|
||||
("/usr/bin/env" ,(file-append (canonical-package coreutils)
|
||||
"/usr/bin/env"))))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue