From 5b7a352266ccf4122ddac77b987202d7cc7109e4 Mon Sep 17 00:00:00 2001 From: Tedi Mitiku Date: Sat, 10 Aug 2024 10:02:12 -0400 Subject: [PATCH] lint --- cli/cli/scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )