diff --git a/make.sh b/make.sh index 127d7a570..0bf643e7c 100755 --- a/make.sh +++ b/make.sh @@ -10,7 +10,7 @@ PATH="$(cd -- "$(dirname "$0")" && pwd)/ci/sub/bin:$PATH" cd -- "$(dirname "$0")" if ! go version | grep -qF '1.18'; then - printferr "You need go 1.18 to build d2.\n" + echoerr "You need go 1.18 to build d2." exit 1 fi