mirror of
https://github.com/janet-lang/janet
synced 2025-01-13 17:10:27 +00:00
Fix typo in jpm.
This commit is contained in:
parent
b8c1c1c144
commit
6721c70b9e
@ -686,7 +686,7 @@ int main(int argc, const char **argv) {
|
||||
(os/cd (find-manifest-dir))
|
||||
(defer (os/cd cwd)
|
||||
(each man (os/dir ".")
|
||||
(def package (parse slurp man))
|
||||
(def package (parse (slurp man)))
|
||||
(if (or (not package :repo) (not package :sha))
|
||||
(print "Cannot add local package " man " to lockfile, skipping...")
|
||||
(array/push packages package))
|
||||
|
Loading…
Reference in New Issue
Block a user