fix(pwsh): '$pkg_dst' is a link, not a directory

This commit is contained in:
AJ ONeal
2023-11-14 12:08:18 -07:00
parent aa03b9e4f1
commit 3d2280b026
+2 -2
View File
@@ -12,8 +12,8 @@ __init_pwsh() {
pkg_src="$HOME/.local/opt/pwsh-v$WEBI_VERSION/"
pkg_dst_cmd="$HOME/.local/opt/pwsh/pwsh"
pkg_dst_dir="$HOME/.local/opt/pwsh/"
pkg_dst="$HOME/.local/opt/pwsh/"
pkg_dst_dir="$HOME/.local/opt/pwsh"
pkg_dst="$HOME/.local/opt/pwsh"
pkg_get_current_version() {
# 'pwsh --version' has output in this format: