Skip to content

Commit

Permalink
fix: Remove exe from windows shim template.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 26, 2023
1 parent 3f9dd34 commit ebede9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/templates/pwsh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if (Test-Path env:PROTO_{parent_name | uppercase}_BIN) \{
$parent = $Env:PROTO_{parent_name | uppercase}_BIN
} else \{
$parent = "{parent_name}.exe"
$parent = "{parent_name}"
}

& "$parent" "{bin_path}" $args
Expand Down

0 comments on commit ebede9e

Please sign in to comment.