From c1a20ef5c60af881c2f9c98f9d1e116af91aa72c Mon Sep 17 00:00:00 2001 From: jem Date: Thu, 16 Jan 2020 12:46:54 +0100 Subject: [PATCH] fix refactoring bug --- src/cryogen_core/classpath_able_io.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryogen_core/classpath_able_io.clj b/src/cryogen_core/classpath_able_io.clj index 9e9666e..20ef843 100644 --- a/src/cryogen_core/classpath_able_io.clj +++ b/src/cryogen_core/classpath_able_io.clj @@ -71,7 +71,7 @@ (s/defn is-file? :- s/Bool [resource :- Resource] - (= :java-path (:resource-type resource))) + (= :file (:resource-type resource))) (s/defn path-from-cp ; :- JavaPath [resource-path :- ShortPath]