fix rules

This commit is contained in:
Lucas Gravley 2020-01-08 13:37:02 -06:00
parent 62a5eb7f7e
commit fb583ae43b

View file

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