aboutsummaryrefslogtreecommitdiff
path: root/installer/go_install.sh
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-01-31 00:31:03 +0900
committerGitHub <noreply@github.com>2020-01-31 00:31:03 +0900
commit382223bca5cc2ca87f8af1b7cdee3f65b8ad8fe0 (patch)
tree75925f379568738b008c0792bbfa195a89e97a55 /installer/go_install.sh
parentead5f7718dca26776ab03fccad15df31544ad74a (diff)
parent6e6f2a345deb694e91bfda53885573370eb11e91 (diff)
downloadvim-lsp-settings-382223bca5cc2ca87f8af1b7cdee3f65b8ad8fe0.tar.gz
vim-lsp-settings-382223bca5cc2ca87f8af1b7cdee3f65b8ad8fe0.tar.bz2
vim-lsp-settings-382223bca5cc2ca87f8af1b7cdee3f65b8ad8fe0.zip
Merge pull request #136 from johejo/fix/shellcheck_shfmt
shellcheck, shfmt
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 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