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))]
|
||||
(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…
Reference in a new issue