We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1efb637 + 88e9c5d commit 891c520Copy full SHA for 891c520
Makefile
@@ -56,7 +56,7 @@ endif
56
57
export GO_BUILD=CGO_ENABLED=0 GOOS=$(GOOS) $(GO) -C $(MAKEFILE_DIR) build -ldflags "$(GO_BUILD_LDFLAGS) $(VERBOSE_FLAG) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)"
58
59
-ifndef NO_COLORS
+ifndef NO_COLOR
60
NC := \033[0m
61
GREEN := \033[1;32m
62
ORANGE := \033[1;33m
mod/tigron/Makefile
@@ -34,7 +34,7 @@ ifdef VERBOSE
34
VERBOSE_FLAG_LONG := --verbose
35
endif
36
37
38
39
40
0 commit comments