From ff3f6784c23c0f91bc7c23d453e5e9620a0dae27 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Fri, 3 Mar 2023 08:04:56 -0800 Subject: [PATCH] Update make.sh Co-authored-by: Anmol Sethi --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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