diff --git a/build-static.sh b/build-static.sh index 1f8ac9d66..1d944a001 100755 --- a/build-static.sh +++ b/build-static.sh @@ -138,7 +138,7 @@ else fi if ! type "go" >/dev/null 2>&1; then - echo "The \"go\" command must be installed. We strongly recommended installed Homebrew for automatically install Golang" + echo "The \"go\" command must be installed." exit 1 fi