fix arity exception

This commit is contained in:
jem 2020-02-14 19:09:52 +01:00
parent 44098727f0
commit 0fade7ff78

View file

@ -49,7 +49,7 @@
(cp/path-if-exists))] (cp/path-if-exists))]
(cond (cond
(some? path-from-fs) (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) (some? path-from-cp)
(cp/create-resource resource-path path-from-cp) (cp/create-resource resource-path path-from-cp)
:else nil))) :else nil)))