diff options
| author | 2025-03-16 21:55:05 -0500 | |
|---|---|---|
| committer | 2025-03-16 21:55:05 -0500 | |
| commit | 8acd05ba796b70c32e91fe77aad2b68724485a41 (patch) | |
| tree | 0c39230b3ce0ad6200636e21fb06cb89754305af /bundle | |
| parent | Move away from using rules to define all bundle hooks. (diff) | |
Remove rule commands from janet-pm
Diffstat (limited to 'bundle')
| -rw-r--r-- | bundle/init.janet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/init.janet b/bundle/init.janet index a15f4c8..0a14e1d 100644 --- a/bundle/init.janet +++ b/bundle/init.janet @@ -1,2 +1,2 @@ (use /spork/declare-cc) -(dofile "project.janet" :env (jpm-shim-env (curenv))) +(dofile "project.janet" :env (jpm-shim-env)) |
