Skip to content

Commit 0f7d221

Browse files
author
dnolen
committed
typo
1 parent a14bced commit 0f7d221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/closure.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
(-> (.getAbsolutePath f)
645645
(string/replace (.getAbsolutePath cache-path) "")
646646
(subs 1)))]
647-
(when (and (or ana/*verbose* (:verbose opts)) (= :out-file k))
647+
(when (and (or ana/*verbose* (:verbose opts)) (= :output-file k))
648648
(util/debug-prn (str "Copying cached " f " to " target)))
649649
(util/mkdirs target)
650650
(spit target (slurp f))

0 commit comments

Comments
 (0)