From 37c762b8a3d322ebd7a8a9e5410fcd98ca2367ef Mon Sep 17 00:00:00 2001 From: Dominik Winter <2269503+dominikwinter@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:43:02 +0100 Subject: [PATCH] Restore the old behavior when 'nginx-prometheus-exporter' was the default rule for make (#621) restore the old behavior when 'nginx-prometheus-exporter' was the default rule for make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e463dcb8..34d5e424 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 1.1.0 TAG = $(VERSION) PREFIX = nginx/nginx-prometheus-exporter -.DEFAULT_GOAL:=help +.DEFAULT_GOAL:=nginx-prometheus-exporter .PHONY: help help: Makefile ## Display this help