Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Aug 10, 2024
1 parent 2c489e2 commit 5b7a352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/cli/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 5b7a352

Please sign in to comment.