aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-02-06 10:55:51 +0100
committerMartin Polden <mpolden@mpolden.no>2023-02-06 10:56:49 +0100
commitf93d3fbcddb80bf765320cdab1799ad2613cb905 (patch)
tree08cfb6a6fe40a6945146ded8fa58c9cd27172461
parent043e07eafa1c70f7bf92ad192b87680d1a1f130d (diff)
Skip auditing when bumping vespa-cli formula
-rw-r--r--client/go/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index 60c831b9bd9..178c7680bd9 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -33,7 +33,7 @@ all: test checkfmt install
#
# $ make dist-homebrew
--dist-homebrew: dist-version
- brew bump-formula-pr --version $(VERSION) --no-browse vespa-cli
+ brew bump-formula-pr --version $(VERSION) --no-audit --no-browse vespa-cli
dist-homebrew:
go run cond_make.go --dist-homebrew