Skip to content

Commit

Permalink
remove --quiet from git diff make command
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Mar 19, 2024
1 parent b30bbb1 commit b69d660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ generate-flavors: $(KUSTOMIZE)

.PHONY: check-gen-diff
check-gen-diff:
git diff --no-ext-diff --quiet --exit-code
git diff --no-ext-diff --exit-code

## --------------------------------------
## Development
Expand Down

0 comments on commit b69d660

Please sign in to comment.