Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Feb 28, 2024
1 parent 85c7929 commit 5bd8608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ HELM_EXTRA_OPTIONS ?=
# extra options to pass to textlint
TEXTLINT_EXTRA_OPTIONS ?=
# extra options to pass to cspell
SPELL_EXTRA_OPTIONS ?=
CSPELL_EXTRA_OPTIONS ?=

COMMA := ,
SHELL = bash
Expand Down Expand Up @@ -619,7 +619,7 @@ files/lint: \
textlint/install \
cspell/install
textlint $(ROOTDIR)/.gitfiles $(TEXTLINT_EXTRA_OPTION)
cspell-cli $(ROOTDIR)/.gitfiles --show-suggestions $(SPELL_EXTRA_OPTIONS)
cspell-cli $(ROOTDIR)/.gitfiles --show-suggestions $(CSPELL_EXTRA_OPTIONS)

.PHONY: changelog/update
## update changelog
Expand Down

0 comments on commit 5bd8608

Please sign in to comment.