Skip to content

Commit

Permalink
fixing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
admiralAwkbar committed Sep 3, 2020
1 parent d78e707 commit c4bbf03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand All @@ -470,7 +470,7 @@ GetLinterVersions() {
warn "Failed to view version file:[${VERSION_FILE}]"
else
# Success
info "${CAT_CMD}"
debug "${CAT_CMD}"
fi

#########################
Expand Down

0 comments on commit c4bbf03

Please sign in to comment.