fix GOBIN typo
authorAJ ONeal <coolaj86@gmail.com>
Sun, 14 Jun 2020 08:19:28 +0000 (02:19 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Sun, 14 Jun 2020 08:19:28 +0000 (02:19 -0600)
golang/install.bash

index 422b0ebf4b1d70c0c4a8f074c5effbc6feeda7ff..6d84d4e5a70b97cb1bf9351c940d22af4f148b88 100644 (file)
@@ -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