Skip to content

Commit ccf94a6

Browse files
committed
add unixify
1 parent 6fe9554 commit ccf94a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nextjournal/clerk/analyzer.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
"jar" (first (str/split (.getPath resource) #"!"))
457457
"file" (str resource))]
458458
(-> resource-file java.net.URI. io/file str))))
459-
str)))
459+
fs/unixify)))
460460

461461
#_(var->location #'inc)
462462
#_(var->location #'var->location)

0 commit comments

Comments
 (0)