From 7ad35343be9a05776355ca68b2a1ecfa6d3924cf Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger Date: Wed, 1 Jun 2016 09:58:17 -0700 Subject: [PATCH] Fix LDFLAGS in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 407ef7916..06bf4fab1 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ PKG := $(shell glide novendor) TAGS := TESTS := . TESTFLAGS := -LDFLAGS := "-X cmd.helm.cliVersion ${CLI_VERSION}" +LDFLAGS := -X cmd.helm.cliVersion=${CLI_VERSION} GOFLAGS := BINDIR := $(CURDIR)/bin BINARIES := helm tiller