Skip to content

Commit 8f31478

Browse files
committed
Fix build tag warning
1 parent b28e344 commit 8f31478

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
@@ -2,7 +2,7 @@
22
.PHONY : docker-gen clean fmt
33

44
TAG:=`git describe --tags`
5-
LDFLAGS:=-X main.buildVersion $(TAG)
5+
LDFLAGS:=-X main.buildVersion=$(TAG)
66

77
all: docker-gen
88

0 commit comments

Comments
 (0)