From 5bd8608960bcab2a9c74e05ccb32d4ee2b66c21c Mon Sep 17 00:00:00 2001 From: hlts2 Date: Wed, 28 Feb 2024 11:59:19 +0900 Subject: [PATCH] fix: typo Signed-off-by: hlts2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d73892d7e58..977adb0e1e5 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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