aboutsummaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorMitsuo Heijo <mitsuo.heijo@gmail.com>2020-01-11 02:14:56 +0900
committerMitsuo Heijo <mitsuo.heijo@gmail.com>2020-01-11 02:38:20 +0900
commitc9a8b2199e63b7881fa18de07c07e5803a59042f (patch)
treef14a628f5e4b69f95b8976ab699d7063b7e8f879 /installer
parent32c4f9952e0d8ef73a18a969abb89dcca7828516 (diff)
downloadvim-lsp-settings-c9a8b2199e63b7881fa18de07c07e5803a59042f.tar.gz
vim-lsp-settings-c9a8b2199e63b7881fa18de07c07e5803a59042f.tar.bz2
vim-lsp-settings-c9a8b2199e63b7881fa18de07c07e5803a59042f.zip
fix: prevent broken go get
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/install-gopls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-gopls.sh b/installer/install-gopls.sh
index 3c2e61a..de5c72b 100755
--- a/installer/install-gopls.sh
+++ b/installer/install-gopls.sh
@@ -2,5 +2,5 @@
set -e
-GOPATH=$(pwd) GOBIN=$(pwd) go get -v -u golang.org/x/tools/gopls
+GOPATH=$(pwd) GOBIN=$(pwd) go get -v golang.org/x/tools/gopls
rm -rf src