mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Fix trailing space in Makefile.
This commit is contained in:
parent
678c90ea82
commit
cb02af5747
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ vet:
|
|||
@echo ">> vetting code"
|
||||
@$(GO) vet $(pkgs)
|
||||
|
||||
build:
|
||||
build:
|
||||
@echo ">> building binaries"
|
||||
@./scripts/build.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue