fixing debug

This commit is contained in:
Lucas Gravley 2020-09-03 10:12:29 -05:00
parent d78e707cba
commit c4bbf03935

View file

@ -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
#########################