mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix typo
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
parent
57041f0239
commit
578e116e20
@ -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…
Reference in New Issue
Block a user