Skip to content

Commit

Permalink
fffff
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jun 12, 2024
1 parent 769eea1 commit 51b48d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/babashka/bbin/scripts/local_file.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
p/Script
(install [_]
(let [file-path (str (fs/canonicalize (:script/lib cli-opts) {:nofollow-links true}))
script-deps {:bbin/url (str "file://" file-path)}
script-deps {:bbin/url (str "file://" (fs/unixify file-path))}
header {:coords script-deps}
script-name (or (:as cli-opts) (common/file-path->script-name file-path))
script-contents (-> (slurp file-path)
Expand Down

0 comments on commit 51b48d3

Please sign in to comment.