From c4bbf03935711a928fce39b46be0833d58aae71f Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 3 Sep 2020 10:12:29 -0500 Subject: [PATCH] fixing debug --- lib/linter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index a1a96026..08edb0e6 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -455,7 +455,7 @@ GetLinterVersions() { ################################ # Cat the linter versions file # ################################ - CAT_CMD=$(cat ${VERSION_FILE} 2>&1) + CAT_CMD=$(cat "${VERSION_FILE}" 2>&1) ####################### # Load the error code # @@ -470,7 +470,7 @@ GetLinterVersions() { warn "Failed to view version file:[${VERSION_FILE}]" else # Success - info "${CAT_CMD}" + debug "${CAT_CMD}" fi #########################