aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2025-04-22 23:29:31 +0100
committerArun Isaac2025-04-22 23:29:31 +0100
commit9a5f9cf0e92ee72a0b017f20d4e3658264a74198 (patch)
treeb75e097c0c13c6bd6c8cafa0c4388043f4a4dcd6
parenta3304d6b4a8f42f812f196083bed0bf1195deb69 (diff)
downloadravanan-9a5f9cf0e92ee72a0b017f20d4e3658264a74198.tar.gz
ravanan-9a5f9cf0e92ee72a0b017f20d4e3658264a74198.tar.lz
ravanan-9a5f9cf0e92ee72a0b017f20d4e3658264a74198.zip
command-line-tool: Pass secondary-file to secondary-path.
* ravanan/command-line-tool.scm (build-command-line-tool-script): Pass secondary-file, not pattern, to secondary-path.
-rw-r--r--ravanan/command-line-tool.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ravanan/command-line-tool.scm b/ravanan/command-line-tool.scm
index 1933051..49bfec6 100644
--- a/ravanan/command-line-tool.scm
+++ b/ravanan/command-line-tool.scm
@@ -889,7 +889,7 @@ same as in @code{run-workflow} from @code{(ravanan workflow)}."
canonicalized value. If @var{required} is @code{#t} and no such secondary file
is found, error out. @var{workflow-output-directory} is path to the output
directory of the workflow."
- (let* ((secondary-file-path (secondary-path path pattern))
+ (let* ((secondary-file-path (secondary-path path secondary-file))
(secondary-file-value
(and (file-exists? secondary-file-path)
(copy-file-value (canonicalize-file-value