We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67c6ee commit 5684a69Copy full SHA for 5684a69
recipes/jpm/tests/test_new_project.sh
@@ -11,7 +11,7 @@ cat <<'EOF' > project.janet
11
:version "0.1.0")
12
13
(rule "build/ok.txt" []
14
- (spit $out "ok"))
+ (spit "build/ok.txt" "ok"))
15
16
(task "build" ["build/ok.txt"])
17
EOF
0 commit comments