Skip to content

Commit

Permalink
ref(pwsh): cleanup and comment 'pkg_done_message'
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed May 16, 2024
1 parent 974e2cf commit 7b70ab8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pwsh/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ __init_pwsh() {
}

pkg_done_message() {
echo "Installed 'pwsh' at $pkg_dst"
# We print the version here to ensure the install completed without
# errors - no missing libraries, not incompatible arch, etc
echo ""
"$pkg_dst_cmd" -V
}
}
Expand Down

0 comments on commit 7b70ab8

Please sign in to comment.