From: AJ ONeal Date: Sun, 14 Jun 2020 08:19:28 +0000 (-0600) Subject: fix GOBIN typo X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=0b11ea200889538af05bd2f41288ef7228230f25 fix GOBIN typo --- diff --git a/golang/install.bash b/golang/install.bash index 422b0eb..6d84d4e 100644 --- a/golang/install.bash +++ b/golang/install.bash @@ -107,7 +107,7 @@ pkg_post_install() { # Updates PATH with # "$HOME/.local/opt/go" webi_path_add "$pkg_common_bin" - webi_path_add "$GOBIN" + webi_path_add "$GOBIN/bin" # Install x go "$pkg_common_cmd" get golang.org/x/tools/cmd/goimports > /dev/null 2>/dev/null