summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-10-13 12:37:52 +0200
committerMartin Polden <mpolden@mpolden.no>2021-10-13 12:37:52 +0200
commitaea2b08e485e2fca9449150c38e2014c9b769020 (patch)
treeab9fe31bb2f58e0086f5b16e96284dd62b16072a /client
parent4b66edb00d3810b067eabc55ac9d4d657b954626 (diff)
Fix 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 08f88960e4a..7f24d4ad479 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -29,7 +29,7 @@ all: test checkfmt install
# $ git checkout vX.Y.Z
# $ make dist-homebrew
dist-homebrew: dist-version
- brew bump-formula-pr --tag v$(VERSION) vespa-cli
+ brew bump-formula-pr --version $(VERSION) 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.