aboutsummaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-01-30 14:42:47 +0900
committerGitHub <noreply@github.com>2020-01-30 14:42:47 +0900
commit503e533f09208cf01bdc4fe6d48f05b43bab4be8 (patch)
tree58489a988d0ac343f790bea9dd6caf62b70954ff /installer
parent9a95bf72eca2c0da2585a7fb3b4361ba230e425f (diff)
parent8cf55535dc6b1a85b02e89677e86fabde2788e3c (diff)
downloadvim-lsp-settings-503e533f09208cf01bdc4fe6d48f05b43bab4be8.tar.gz
vim-lsp-settings-503e533f09208cf01bdc4fe6d48f05b43bab4be8.tar.bz2
vim-lsp-settings-503e533f09208cf01bdc4fe6d48f05b43bab4be8.zip
Merge pull request #130 from kyoh86/fix-129
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