Skip to content

Commit 5388411

Browse files
Joohoelevran
andauthored
Update Makefile
Co-authored-by: Etai Lev Ran <elevran@gmail.com> Signed-off-by: Jooho Lee <ljhiyh@gmail.com>
1 parent a68130b commit 5388411

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
@@ -203,7 +203,7 @@ env: ## Print environment variables
203203
@echo "IMG=$(IMG)"
204204
@echo "CONTAINER_TOOL=$(CONTAINER_TOOL)"
205205

206-
.PHONY: check-typos fix-typos
206+
.PHONY: check-typos
207207
check-typos: $(TYPOS) ## Check for spelling errors using typos (exits with error if found)
208208
@echo "🔍 Checking for spelling errors with typos..."
209209
@TYPOS_OUTPUT=$$($(TYPOS) --format brief 2>&1); \

0 commit comments

Comments
 (0)