mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
remove quotes
This commit is contained in:
parent
cfd813cbda
commit
29c9470bb1
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ GetLinterVersions()
|
|||
##############################
|
||||
# Check the shell for errors #
|
||||
##############################
|
||||
if [ $ERROR_CODE -ne 0 ] | [ -z "$GET_VERSION_CMD" ]; then
|
||||
if [ $ERROR_CODE -ne 0 ] | [ -z $GET_VERSION_CMD ]; then
|
||||
echo "WARN! Failed to get version info for:[$LINTER]"
|
||||
echo "---------------------------------------------"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue