From 8cf55535dc6b1a85b02e89677e86fabde2788e3c Mon Sep 17 00:00:00 2001 From: Kyoichiro Yamada Date: Thu, 30 Jan 2020 14:39:12 +0900 Subject: put a space in the middle of the parameters --- installer/go_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf