nit: prevent shellcheck command from getting expanded by default

This commit is contained in:
Michael Vines 2018-12-18 18:33:48 -08:00 committed by Grimes
parent cac08171de
commit d74d5e0e44
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ find . -name "*.sh" \
| xargs -0 \
ci/docker-run.sh koalaman/shellcheck --color=always --external-sources --shell=bash
exit 0
echo --- ok