aboutsummaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorKyoichiro Yamada <me@kyoh86.dev>2020-01-30 14:39:12 +0900
committerKyoichiro Yamada <me@kyoh86.dev>2020-01-30 14:39:12 +0900
commit8cf55535dc6b1a85b02e89677e86fabde2788e3c (patch)
tree58489a988d0ac343f790bea9dd6caf62b70954ff /installer
parent9a95bf72eca2c0da2585a7fb3b4361ba230e425f (diff)
downloadvim-lsp-settings-8cf55535dc6b1a85b02e89677e86fabde2788e3c.tar.gz
vim-lsp-settings-8cf55535dc6b1a85b02e89677e86fabde2788e3c.tar.bz2
vim-lsp-settings-8cf55535dc6b1a85b02e89677e86fabde2788e3c.zip
put a space in the middle of the parameters
Diffstat (limited to 'installer')
-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 5a682a7..ebc5c50 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 -up$1
+GOPATH=$(pwd) GOBIN=$(pwd) GO111MODULE=on go get -v -up $1
rm -rf src