Skip to content

Commit

Permalink
Use ful 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 committed Feb 19, 2024
1 parent c431ce0 commit 67a3b0c
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 67a3b0c

Please sign in to comment.