Skip to content

Commit

Permalink
Merge pull request #498 from Nordix/tuomo/fix-spellcheck-glob
Browse files Browse the repository at this point in the history
fix spellcheck glob
  • Loading branch information
metal3-io-bot authored Oct 21, 2024
2 parents c71c93d + 21844b1 commit d16fa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/spellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR="${WORKDIR:-/workdir}"

# all md files, but ignore .github and node_modules
if [ "${IS_CONTAINER}" != "false" ]; then
cspell-cli --show-suggestions -c .cspell-config.json -- ./**/*.md
cspell-cli --show-suggestions -c .cspell-config.json -- "./**/*.md"
else
"${CONTAINER_RUNTIME}" run --rm \
--env IS_CONTAINER=TRUE \
Expand Down

0 comments on commit d16fa7c

Please sign in to comment.