fix arity exception

master
jem 4 years ago
parent 44098727f0
commit 0fade7ff78

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

Loading…
Cancel
Save