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