From 3c911cfe9986bd27f2d7dd9c65b15f9a59a7d0f1 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 2 Nov 2020 07:46:58 -0600 Subject: [PATCH] make fatal --- lib/linterVersions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linterVersions.sh b/lib/linterVersions.sh index 6d1eeae9..010b10c2 100755 --- a/lib/linterVersions.sh +++ b/lib/linterVersions.sh @@ -85,8 +85,8 @@ BuildLinterVersions() { # Check the shell for errors # ############################## 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" + fatal "[${LINTER}]: Failed to get version info for:" else ########################## # Print the version info #