fix refactoring bug

This commit is contained in:
jem 2020-01-16 12:46:54 +01:00
parent d3227b3f55
commit c1a20ef5c6

View file

@ -71,7 +71,7 @@
(s/defn is-file? :- s/Bool
[resource :- Resource]
(= :java-path (:resource-type resource)))
(= :file (:resource-type resource)))
(s/defn path-from-cp ; :- JavaPath
[resource-path :- ShortPath]