summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/cuirass.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/cuirass.in b/bin/cuirass.in
index cd01c94..e1ce5e6 100644
--- a/bin/cuirass.in
+++ b/bin/cuirass.in
@@ -59,9 +59,9 @@ Run Guix job from a git repository cloned in CACHEDIR.
DIR if required."
(or (file-exists? cachedir) (mkdir cachedir))
(with-directory-excursion cachedir
- (let ((name (job-name job))
- (url (job-url job))
- (branch (job-branch job)))
+ (let ((name (job-spec-name spec))
+ (url (job-spec-url spec))
+ (branch (job-spec-branch spec)))
(or (file-exists? name) (system* "git" "clone" url name))
(with-directory-excursion name
(and (zero? (system* "git" "fetch"))