Skip to content

Commit 891c520

Browse files
authored
Merge pull request containerd#3943 from apostasie/oups
Rename NO_COLORS
2 parents 1efb637 + 88e9c5d commit 891c520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif
5656

5757
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)"
5858

59-
ifndef NO_COLORS
59+
ifndef NO_COLOR
6060
NC := \033[0m
6161
GREEN := \033[1;32m
6262
ORANGE := \033[1;33m

mod/tigron/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ifdef VERBOSE
3434
VERBOSE_FLAG_LONG := --verbose
3535
endif
3636

37-
ifndef NO_COLORS
37+
ifndef NO_COLOR
3838
NC := \033[0m
3939
GREEN := \033[1;32m
4040
ORANGE := \033[1;33m

0 commit comments

Comments
 (0)