Skip to content

Commit

Permalink
makefile: fixed typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
zimnx committed Feb 12, 2021
1 parent 48e96c3 commit 89deff5
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 @@ -55,7 +55,7 @@ define version-ldflags
-X $(1).gitTreeState="$(GIT_TREE_STATE)" \
-X $(1).buildDate="$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')"
endef
GO_LD_FLAGS ?=-ldflags "$(call version-ldflags,$(GO_PACKAGE)/pkg/version) $(GO_LD_EXTRAFLAGS)"
GO_LD_FLAGS ?=-ldflags "$(call version-ldflags,$(GO_PACKAGE)/pkg/version) $(GO_LD_EXTRA_FLAGS)"

# TODO: look into how to make these local to the targets
export DOCKER_BUILDKIT :=1
Expand Down

0 comments on commit 89deff5

Please sign in to comment.