aboutsummaryrefslogtreecommitdiff
path: root/installer/go_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/go_install.sh')
-rwxr-xr-xinstaller/go_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/go_install.sh b/installer/go_install.sh
index b399969..be5feff 100755
--- a/installer/go_install.sh
+++ b/installer/go_install.sh
@@ -6,4 +6,4 @@
set -e
GOPATH=$(pwd) GOBIN=$(pwd) GO111MODULE=on go get -v "$1"
-rm -rf src
+rm -rf src pkg 2> /dev/null