fixed delete-resource
This commit is contained in:
parent
c4c295f2e3
commit
1cd962375c
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@
|
|||
(let [resource-paths
|
||||
(reverse (get-resource-paths-recursive
|
||||
"" path [""] :from-cp false))]
|
||||
(doseq [path resource-paths]
|
||||
(io/delete-file path))))
|
||||
(doseq [resource-path resource-paths]
|
||||
(io/delete-file (str path resource-path)))))
|
||||
|
||||
(defn copy-resources!
|
||||
[fs-prefix ;:- s/Str
|
||||
|
|
Loading…
Reference in a new issue