mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-18 22:27:51 +00:00
Fix Typo
This commit is contained in:
parent
97f9676754
commit
5a9a68be2b
@ -229,7 +229,7 @@ done <<< "$(which -a bash 2>/dev/null)"
|
|||||||
|
|
||||||
# do some shellcheck linting
|
# do some shellcheck linting
|
||||||
if [[ "$(command -v shellcheck)" ]]; then
|
if [[ "$(command -v shellcheck)" ]]; then
|
||||||
echo "==> Shellcheck"
|
echo "==> ShellCheck"
|
||||||
pushd "${__root}" > /dev/null
|
pushd "${__root}" > /dev/null
|
||||||
|
|
||||||
failed="false"
|
failed="false"
|
||||||
|
Loading…
Reference in New Issue
Block a user