mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
fix rules
This commit is contained in:
parent
62a5eb7f7e
commit
fb583ae43b
1 changed files with 2 additions and 1 deletions
|
@ -143,6 +143,7 @@ GetLinterVersions()
|
|||
###################
|
||||
# Get the version #
|
||||
###################
|
||||
# shellcheck disable=SC2207
|
||||
GET_VERSION_CMD=($("$LINTER" --version 2>&1))
|
||||
|
||||
#######################
|
||||
|
@ -160,7 +161,7 @@ GetLinterVersions()
|
|||
##########################
|
||||
# Print the version info #
|
||||
##########################
|
||||
echo "$GET_VERSION_CMD[*]"
|
||||
echo "${GET_VERSION_CMD[*]}"
|
||||
echo "---------------------------------------------"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue