fix: string-of-url

pull/2399/head
rcmerci 2021-07-07 22:14:45 +08:00 committed by Tienson Qin
parent 49f417c297
commit 018738a8ac
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
(let [{:keys [link protocol]} m] (let [{:keys [link protocol]} m]
(if (= protocol "file") (if (= protocol "file")
link link
(str protocol ":" link))))) (str protocol "://" link)))))
(defn- get-file-absolute-path (defn- get-file-absolute-path
[config path] [config path]