Skip to content

Commit

Permalink
Still call filename-fn
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 10, 2022
1 parent 10cd460 commit 4739e4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/quickdoc/impl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
(and filename-remove-prefix (str/starts-with? var-filename filename-remove-prefix))
(str/replace-first var-filename filename-remove-prefix "")
filename-add-prefix (str filename-add-prefix var-filename)
:else (filename-fn var-filename))]
:else var-filename)
filename (filename-fn filename)]
(->
source-uri
(str/replace "{repo}" (str repo))
Expand Down

0 comments on commit 4739e4a

Please sign in to comment.