Merge pull request #727 from yordis/fix-spelling

chore: fix misspelling
This commit is contained in:
Kubernetes Prow Robot
2023-01-31 10:06:56 -08:00
committed by GitHub
16 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ ifeq ($(ENABLE_JOURNALD), 1)
CGO_ENABLED:=1
LOGCOUNTER=./bin/log-counter
else
# Hack: Don't copy over log-counter, use a wildcard path that shouldnt match
# Hack: Don't copy over log-counter, use a wildcard path that shouldn't match
# anything in COPY command.
LOGCOUNTER=*dont-include-log-counter
endif