This commit is contained in:
Kevin van Zonneveld 2019-10-29 08:41:22 +01:00
parent 97f9676754
commit 5a9a68be2b

View File

@ -229,7 +229,7 @@ done <<< "$(which -a bash 2>/dev/null)"
# do some shellcheck linting
if [[ "$(command -v shellcheck)" ]]; then
echo "==> Shellcheck"
echo "==> ShellCheck"
pushd "${__root}" > /dev/null
failed="false"