fix GOBIN_REAL/bin typo

This commit is contained in:
AJ ONeal
2020-06-14 02:28:26 -06:00
parent e7d03a301c
commit 9dcfc10e8b

View File

@@ -73,7 +73,7 @@ pkg_link_new_version() {
# 'GOBIN' is set above to "${HOME}/go"
# 'GOBIN_REAL' will be "${HOME}/.local/opt/go-bin-v${WEBI_VERSION}"
rm -rf "$GOBIN"
mkdir -p "$GOBIN_REAL"
mkdir -p "$GOBIN_REAL/bin"
ln -s "$GOBIN_REAL" "$GOBIN"
}