From ed5966a4526da40d5934b0db683bf66d4a091d70 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 18 Aug 2021 14:53:22 -0400 Subject: [PATCH] Update Makefile (#37926) (#37953) (cherry picked from commit 8a2f63ee063496793b0d4771c257f27b19e76d2f) Co-authored-by: Will Browne --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbfe41812e7..6f4e32ae1f0 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ build-server: ## Build Grafana server. $(GO) run build.go build-server build-cli: ## Build Grafana CLI application. - @echo "build in CI environment" + @echo "build grafana-cli" $(GO) run build.go build-cli build-js: ## Build frontend assets.