mirror of
https://github.com/janet-lang/janet
synced 2025-10-21 10:47:40 +00:00
Quick fix.
This commit is contained in:
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))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user