Skip to content

Commit 5684a69

Browse files
committed
feat: fix test
1 parent c67c6ee commit 5684a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/jpm/tests/test_new_project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cat <<'EOF' > project.janet
1111
:version "0.1.0")
1212
1313
(rule "build/ok.txt" []
14-
(spit $out "ok"))
14+
(spit "build/ok.txt" "ok"))
1515
1616
(task "build" ["build/ok.txt"])
1717
EOF

0 commit comments

Comments
 (0)