fix arity exception
This commit is contained in:
parent
44098727f0
commit
0fade7ff78
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue