Skip to content

Commit 2b44fc3

Browse files
authored
Makefile: Fetch tags with --force (zyedidia#3448)
1 parent 47fb91e commit 2b44fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install: generate
3232
install-all: install
3333

3434
fetch-tags:
35-
git fetch --tags
35+
git fetch --tags --force
3636

3737
generate:
3838
GOOS=$(shell go env GOHOSTOS) GOARCH=$(shell go env GOHOSTARCH) go generate ./runtime

0 commit comments

Comments
 (0)