mirror of https://github.com/prometheus/prometheus
Remove spurious quotes in Makefile.INCLUDE.
Change-Id: Ic75f00e73dbfdeaa8419f5b22789fe24c84ec606pull/416/head
parent
7c3bb145e1
commit
c0e5ac35f0
|
@ -54,7 +54,7 @@ export PREFIX=$(BUILD_PATH)/root
|
|||
|
||||
export PATH := $(GOPATH)/bin:$(PATH)
|
||||
|
||||
export GO_TEST_FLAGS ?= "-v -short"
|
||||
export GO_TEST_FLAGS ?= -v -short
|
||||
|
||||
GO_GET := $(GO) get -u -v -x
|
||||
|
||||
|
|
Loading…
Reference in New Issue