fix missing rename from refactoring
This commit is contained in:
parent
0bc1af2719
commit
ac79d27e16
1 changed files with 2 additions and 2 deletions
|
@ -50,5 +50,5 @@
|
||||||
(let [resources (get-distinct-markup-dirs fs-prefix posts pages
|
(let [resources (get-distinct-markup-dirs fs-prefix posts pages
|
||||||
ignore-patterns)]
|
ignore-patterns)]
|
||||||
(doseq [resource resources]
|
(doseq [resource resources]
|
||||||
(io/make-parents (io/file (str target-path "/" (:short-path resource))))
|
(io/make-parents (io/file (str target-path "/" (:virtual-path resource))))
|
||||||
(.mkdir (io/file (str target-path "/" (:short-path resource)))))))
|
(.mkdir (io/file (str target-path "/" (:virtual-path resource)))))))
|
||||||
|
|
Loading…
Reference in a new issue