Skip to content

Commit

Permalink
Make path crossplatform
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Stevan <44101798+amtoine@users.noreply.github.com>
  • Loading branch information
kubouch and amtoine authored Apr 10, 2024
1 parent 661865f commit ecc8a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mod.nu
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export def generate-local-registry [] {

[spam_script spam_script_old spam_custom spam_module] | each {|pkg|
cd ([tests packages $pkg] | path join)
nupm publish $tmp_reg_file --local --save --path $'../($pkg)'
nupm publish $tmp_reg_file --local --save --path (".." | path join $pkg)
}

let actual = open $tmp_reg_file | to nuon
Expand Down

0 comments on commit ecc8a00

Please sign in to comment.