mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
fixing debug
This commit is contained in:
parent
d78e707cba
commit
c4bbf03935
1 changed files with 2 additions and 2 deletions
|
@ -455,7 +455,7 @@ GetLinterVersions() {
|
||||||
################################
|
################################
|
||||||
# Cat the linter versions file #
|
# Cat the linter versions file #
|
||||||
################################
|
################################
|
||||||
CAT_CMD=$(cat ${VERSION_FILE} 2>&1)
|
CAT_CMD=$(cat "${VERSION_FILE}" 2>&1)
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
# Load the error code #
|
# Load the error code #
|
||||||
|
@ -470,7 +470,7 @@ GetLinterVersions() {
|
||||||
warn "Failed to view version file:[${VERSION_FILE}]"
|
warn "Failed to view version file:[${VERSION_FILE}]"
|
||||||
else
|
else
|
||||||
# Success
|
# Success
|
||||||
info "${CAT_CMD}"
|
debug "${CAT_CMD}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
|
|
Loading…
Reference in a new issue