diff --git a/hack/config-go.sh b/hack/config-go.sh index 195feff23d2..eeeecdc805e 100755 --- a/hack/config-go.sh +++ b/hack/config-go.sh @@ -18,7 +18,7 @@ if [ "$(which go)" == "" ]; then echo "Can't find 'go' in PATH, please fix and retry." echo "See http://golang.org/doc/install for installation instructions." - exit 1 + exit 1 fi pushd $(dirname "${BASH_SOURCE}")/.. >/dev/null