1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-18 03:09:56 +00:00

Quick fix.

This commit is contained in:
Calvin Rose 2020-05-19 19:21:30 -04:00
parent ca9c9ee807
commit 1026d2173b

2
jpm
View File

@ -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))