aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forge/forge.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/forge/forge.scm b/forge/forge.scm
index 4c9fb41..11a1e92 100644
--- a/forge/forge.scm
+++ b/forge/forge.scm
@@ -124,8 +124,8 @@ described by <forge-derivation-job> objects, transform them to
;; TODO: Only trigger on updates to the main/master branch.
(display "Triggering continuous integration jobs..." (current-error-port))
(newline (current-error-port))
- (when reason
- (setenv "LAMINAR_REASON" reason))
+ (when #$reason
+ (setenv "LAMINAR_REASON" #$reason))
(apply invoke
#$(file-append laminar "/bin/laminarc")
"queue" '#$(map forge-laminar-job-name ci-jobs)))))