summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-03-10 09:33:08 +0100
committerMartin Polden <mpolden@mpolden.no>2022-03-10 09:33:08 +0100
commitb49210239a7fed2e7988c8dd10845c07aa6063d9 (patch)
treec0f0353c5ae45c05181d90a56a46f7d0bfeb3fd6 /client
parent4a9017b34eb8408f9dd360a1c2f070c26fd1e5c1 (diff)
Do not open browser in dist-homebrew target
Diffstat (limited to 'client')
-rw-r--r--client/go/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index ce182b5d653..3da7b504f6c 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -40,7 +40,7 @@ all: test checkfmt install
# $ git checkout vX.Y.Z
# $ make dist-homebrew
dist-homebrew: dist-version
- brew bump-formula-pr --version $(VERSION) vespa-cli
+ brew bump-formula-pr --version $(VERSION) --no-browse vespa-cli
# Create a GitHub release draft for all platforms. Note that this only creates a
# draft, which is not publicly visible until it's explicitly published.