From 2c1f0bf60b74beb4b36dc5b3e909d51442fb1340 Mon Sep 17 00:00:00 2001 From: Tedi Mitiku Date: Sat, 10 Aug 2024 10:02:35 -0400 Subject: [PATCH] lint --- cli/cli/scripts/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/cli/scripts/build.sh b/cli/cli/scripts/build.sh index 20f1c2893b..0f8401c209 100755 --- a/cli/cli/scripts/build.sh +++ b/cli/cli/scripts/build.sh @@ -98,9 +98,9 @@ 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 - fi + echo "Error: Couldn't build the CLI binary for the current OS/arch" >&2 + exit 1 + fi ) # Final verification