Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Fix Makefile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder committed Oct 15, 2015
1 parent d574946 commit 85c6f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.PHONY : docker-squash clean fmt

TAG:=`git describe --abbrev=0 --tags`
LDFLAGS:=-X main.buildVersion $(TAG)
LDFLAGS:=-X main.buildVersion=$(TAG)

all: docker-squash

Expand Down

0 comments on commit 85c6f0f

Please sign in to comment.