diff --git a/src/cryogen_core/classpath_able_io.clj b/src/cryogen_core/classpath_able_io.clj index 4cc96f4..1d41063 100644 --- a/src/cryogen_core/classpath_able_io.clj +++ b/src/cryogen_core/classpath_able_io.clj @@ -49,7 +49,7 @@ (cp/path-if-exists))] (cond (some? path-from-fs) - (fs/create-resource resource-path path-from-fs) + (fs/create-resource resource-path path-from-fs :filesystem) (some? path-from-cp) (cp/create-resource resource-path path-from-cp) :else nil)))