Skip to content

Commit

Permalink
fff
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jun 12, 2024
1 parent 31ef96e commit 5048c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babashka/bbin/util.clj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
(cond-> (assoc {} :bin bin)
gurl (assoc :location gurl)
burl (assoc :location burl)
lroot (assoc :location (str "file://" lroot))
lroot (assoc :location (str "file://" (fs/unixify lroot)))
gsha (assoc :version gsha)
gtag (assoc :version gtag)))
scripts))
Expand Down

0 comments on commit 5048c64

Please sign in to comment.