Skip to content

Commit 37c762b

Browse files
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
1 parent eee9e60 commit 37c762b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ VERSION = 1.1.0
22
TAG = $(VERSION)
33
PREFIX = nginx/nginx-prometheus-exporter
44

5-
.DEFAULT_GOAL:=help
5+
.DEFAULT_GOAL:=nginx-prometheus-exporter
66

77
.PHONY: help
88
help: Makefile ## Display this help

0 commit comments

Comments
 (0)