Skip to content

Commit

Permalink
Merge pull request #73 from sogaiu/tweak-scaffold
Browse files Browse the repository at this point in the history
Make :source refer to existing directory
  • Loading branch information
bakpakin authored Jun 2, 2023
2 parents 256bb2f + 6508478 commit 26ae289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpm/scaffold.janet
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
(declare-source
:prefix "$name"
:source ["src/init.janet"])
:source ["$name/init.janet"])
````)

(deftemplate native-project-template
Expand Down

0 comments on commit 26ae289

Please sign in to comment.