Skip to content

Commit 524e756

Browse files
kubouchamtoine
andauthored
Update nupm/publish.nu
Co-authored-by: Antoine Stevan <44101798+amtoine@users.noreply.github.com>
1 parent 5c76423 commit 524e756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nupm/publish.nu

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export def main [
107107
}
108108
}
109109

110-
let path = if $path != null { $path | str replace '\' '/' }
110+
let path = if $path != null { $path | str replace --all '\' '/' }
111111

112112
let pkg_entry = {
113113
name: $pkg.name

0 commit comments

Comments
 (0)