aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitsuo Heijo <mitsuo.heijo@gmail.com>2020-01-31 00:03:50 +0900
committerMitsuo Heijo <mitsuo.heijo@gmail.com>2020-01-31 00:03:50 +0900
commit4da303693f43c6b97bbb43db9ca81a7f4c4c150b (patch)
tree6fd4ed7d9789745e66d86a2d39d9bb568c873a50
parent07d94f231c43b12469629585e868c379c15924f9 (diff)
downloadvim-lsp-settings-4da303693f43c6b97bbb43db9ca81a7f4c4c150b.tar.gz
vim-lsp-settings-4da303693f43c6b97bbb43db9ca81a7f4c4c150b.tar.bz2
vim-lsp-settings-4da303693f43c6b97bbb43db9ca81a7f4c4c150b.zip
fix: omit -u from go get
-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 d29158e..b399969 100755
--- a/installer/go_install.sh
+++ b/installer/go_install.sh
@@ -5,5 +5,5 @@
set -e
-GOPATH=$(pwd) GOBIN=$(pwd) GO111MODULE=on go get -v -u $1
+GOPATH=$(pwd) GOBIN=$(pwd) GO111MODULE=on go get -v "$1"
rm -rf src