Skip to content

Commit

Permalink
Fix comment and adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley committed Dec 10, 2024
1 parent a3492d4 commit df7244b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ terraform build provider:
make tpgtools

mmv1:
# Chaining these with "&&" is critical so this will exit non-0 if the first
# command fails, since we're not forcing bash and errexit / pipefail here.
cd mmv1;\
if [ "$(VERSION)" = "ga" ]; then \
# Chaining these with "&&" is critical here to prevent this
# from exiting 0 on failure of the first command, since we're
# not forcing bash and errexit / pipefail here.
go run . --output $(OUTPUT_PATH) --version ga --no-docs $(mmv1_compile) \
&& go run . --output $(OUTPUT_PATH) --version beta --no-code $(mmv1_compile); \
else \
Expand Down

0 comments on commit df7244b

Please sign in to comment.