Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Aug 8, 2024
1 parent cdaee05 commit 6c613ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create_task_readme/test.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cat(">> Running the script as test\n")
system(paste(
meta["executable"],
"--output", output_path,
"--task_dir", "/src"
"--task_dir", "src"
))

cat(">> Checking whether output files exist\n")
Expand Down

0 comments on commit 6c613ad

Please sign in to comment.