Browse Source

Fix typo

Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
pull/2781/head
JenTing Hsiao 4 years ago committed by Brad Davidson
parent
commit
578e116e20
  1. 2
      scripts/codespell.sh

2
scripts/codespell.sh

@ -7,6 +7,6 @@ codespell --skip=.git,./vendor --check-filenames --ignore-words-list=ba
code=$?
if [ $code -ne 0 ]; then
echo "Error: codespell found one or moe problems!"
echo "Error: codespell found one or more problems!"
exit $code
fi

Loading…
Cancel
Save