diff options
author | mattn <mattn.jp@gmail.com> | 2020-01-30 14:42:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 14:42:47 +0900 |
commit | 503e533f09208cf01bdc4fe6d48f05b43bab4be8 (patch) | |
tree | 58489a988d0ac343f790bea9dd6caf62b70954ff /installer | |
parent | 9a95bf72eca2c0da2585a7fb3b4361ba230e425f (diff) | |
parent | 8cf55535dc6b1a85b02e89677e86fabde2788e3c (diff) | |
download | vim-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-x | installer/go_install.sh | 2 |
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 |