Skip to content

Commit

Permalink
fix go get promu
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpasquier committed Jun 24, 2019
1 parent d7f068d commit 1b69438
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 @@ -12,7 +12,7 @@ promu: $(PROMU)

$(PROMU):
cd ..
GO111MODULE=on GOOS= GOARCH= go install github.com/prometheus/promu@master
GO111MODULE=on GOOS= GOARCH= go get github.com/prometheus/promu@master

.PHONY: container-build
container-build: build
Expand Down

0 comments on commit 1b69438

Please sign in to comment.