This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new fa9b904 sysadmin: services: Fix typo.
fa9b904 is described below
commit fa9b904b7b7cc9ccacb4ff1bfcfe92d6266b5f05
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sat Jan 7 15:39:59 2023 +0100
sysadmin: services: Fix typo.
* hydra/modules/sysadmin/services.scm (cuirass-specs): Fix a typo in the
manifest name.
---
hydra/modules/sysadmin/services.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/modules/sysadmin/services.scm
b/hydra/modules/sysadmin/services.scm
index 5ac3ae4..d325261 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -352,7 +352,7 @@
#$@(if (member "kernel-updates" branches)
#~((specification
(name "kernel-updates")
- (build '(manifests "etc/kernels-manifests.scm"))
+ (build '(manifests "etc/kernels-manifest.scm"))
(channels
(list (channel
(inherit %default-guix-channel)