diff --git a/cli/cli/scripts/build.sh b/cli/cli/scripts/build.sh index 20f1c2893b..3861eb2a11 100755 --- a/cli/cli/scripts/build.sh +++ b/cli/cli/scripts/build.sh @@ -98,8 +98,8 @@ fi fi # Executing goreleaser v1.26.2 without needing to install it if ! curl -sfL https://goreleaser.com/static/run | VERSION=v1.26.2 DISTRIBUTION=oss bash -s -- ${goreleaser_verb_and_flags}; then - echo "Error: Couldn't build the CLI binary for the current OS/arch" >&2 - exit 1 + echo "Error: Couldn't build the CLI binary for the current OS/arch" >&2 + exit 1 fi )