guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: web: Fix typo.


From: Ludovic Courtès
Subject: 01/02: hydra: web: Fix typo.
Date: Mon, 26 Aug 2019 17:31:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit ad69d520317fb46a04a2e9fc5542f568f5b9f88c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Aug 26 23:10:59 2019 +0200

    hydra: web: Fix typo.
    
    Typo introduced in af97a34c500e44ec278caae37656e7e4252df691.
    
    * hydra/modules/sysadmin/web.scm (build-program): Fix typo in
    ungexp-splicing syntactic sugar.
---
 hydra/modules/sysadmin/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/web.scm b/hydra/modules/sysadmin/web.scm
index 225b1b4..2a868ba 100644
--- a/hydra/modules/sysadmin/web.scm
+++ b/hydra/modules/sysadmin/web.scm
@@ -69,7 +69,7 @@ that's built with Haunt or similar."
 
           (define-values (checkout commit)
             (update-cached-checkout #$url #:ref '#$ref
-                                    #@$(if cache-directory
+                                    #$@(if cache-directory
                                            `(#:cache-directory 
,cache-directory)
                                            '())))
 



reply via email to

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