Skip to content

Commit bce79eb

Browse files
authored
Fix typo
1 parent bf6d72f commit bce79eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ format: install
113113
@ echo
114114

115115
.PHONY: check
116-
check: install format ## Run formaters, linters, and static analysis
116+
check: install format ## Run formatters, linters, and static analysis
117117
ifdef CI
118118
git diff --exit-code
119119
endif

0 commit comments

Comments
 (0)