about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ravanan/utils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ravanan/utils.scm b/ravanan/utils.scm
index a76a14c..e4fad9c 100644
--- a/ravanan/utils.scm
+++ b/ravanan/utils.scm
@@ -1,5 +1,5 @@
 ;;; ravanan --- High-reproducibility CWL runner powered by Guix
-;;; Copyright © 2024 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2024, 2025 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of ravanan.
 ;;;
@@ -54,4 +54,4 @@ before loading script."
        ;; define-module invocation" warning during compilation. But, it is
        ;; probably safe to ignore this warning since we use load only within a
        ;; dummy module.
-       (load (canonicalize-path script-file))))))
+       (load script-file)))))