mirror of
https://github.com/janet-lang/janet
synced 2025-03-25 09:36:55 +00:00
Quick fix.
This commit is contained in:
parent
ca9c9ee807
commit
1026d2173b
2
jpm
2
jpm
@ -91,7 +91,7 @@
|
||||
(defn clear-manifest
|
||||
"Clear the global installation manifest."
|
||||
[]
|
||||
(def manifest (find-manifest))
|
||||
(def manifest (find-manifest-dir))
|
||||
(print "clearing manifests " manifest "...")
|
||||
(rimraf manifest))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user