fix missing rename from refactoring

This commit is contained in:
Jan Krebs 2020-01-24 14:37:01 +01:00
parent 0bc1af2719
commit ac79d27e16

View file

@ -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)))))))