guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: berlin: Add missing parenthesis.


From: Maxim Cournoyer
Subject: branch master updated: berlin: Add missing parenthesis.
Date: Wed, 24 May 2023 20:10:42 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 0d86124  berlin: Add missing parenthesis.
0d86124 is described below

commit 0d86124423b3469e208e212a0908e5a3e364da5d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed May 24 20:08:46 2023 -0400

    berlin: Add missing parenthesis.
    
    * hydra/berlin.scm (%sysadmins): Add missing closing parenthesis.
---
 hydra/berlin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index e5aa73d..4ba2a11 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -66,7 +66,7 @@
                   (ssh-public-key (local-file "keys/ssh/arunisaac.pub")))
         (sysadmin (name "efraim")
                   (full-name "Efraim Flashner")
-                  (ssh-public-key (local-file "keys/ssh/efraim.pub"))))
+                  (ssh-public-key (local-file "keys/ssh/efraim.pub")))))
 
 (include "nginx/berlin.scm")
 (include "website.scm")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]