projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea720c
)
fix GOBIN typo
author
AJ ONeal
<coolaj86@gmail.com>
Sun, 14 Jun 2020 08:19:28 +0000
(
02:19
-0600)
committer
AJ ONeal
<coolaj86@gmail.com>
Sun, 14 Jun 2020 08:19:28 +0000
(
02:19
-0600)
golang/install.bash
patch
|
blob
|
history
diff --git
a/golang/install.bash
b/golang/install.bash
index 422b0ebf4b1d70c0c4a8f074c5effbc6feeda7ff..6d84d4e5a70b97cb1bf9351c940d22af4f148b88 100644
(file)
--- 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