Skip to content

Commit

Permalink
fix: Use full path to call pwsh, since it is not in the PATH yet
Browse files Browse the repository at this point in the history
  • Loading branch information
virzak authored and coolaj86 committed May 16, 2024
1 parent 3810cd6 commit 322844f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwsh/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ __init_pwsh() {

pkg_done_message() {
echo "Installed 'pwsh' at $pkg_dst"
pwsh -V
$pkg_dst_cmd -V
}
}

Expand Down

0 comments on commit 322844f

Please sign in to comment.