mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 18:20:57 -05:00
make fatal
This commit is contained in:
parent
95ca6f0006
commit
3c911cfe99
1 changed files with 1 additions and 1 deletions
|
@ -85,8 +85,8 @@ BuildLinterVersions() {
|
||||||
# Check the shell for errors #
|
# Check the shell for errors #
|
||||||
##############################
|
##############################
|
||||||
if [ ${ERROR_CODE} -ne 0 ] || [ -z "${GET_VERSION_CMD[*]}" ]; then
|
if [ ${ERROR_CODE} -ne 0 ] || [ -z "${GET_VERSION_CMD[*]}" ]; then
|
||||||
warn "[${LINTER}]: Failed to get version info for:"
|
|
||||||
WriteFile "${LINTER}" "Failed to get version info"
|
WriteFile "${LINTER}" "Failed to get version info"
|
||||||
|
fatal "[${LINTER}]: Failed to get version info for:"
|
||||||
else
|
else
|
||||||
##########################
|
##########################
|
||||||
# Print the version info #
|
# Print the version info #
|
||||||
|
|
Loading…
Reference in a new issue