mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 12:42:09 -05:00
Fix SC2128
This commit is contained in:
parent
c0441b2844
commit
aca43d0206
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ BuildLinterVersions() {
|
|||
VERSION_FILE="${1}" && shift
|
||||
LINTER_ARRAY=("$@")
|
||||
|
||||
debug "Building linter version file ${VERSION_FILE} for the following linters: ${LINTER_ARRAY}..."
|
||||
debug "Building linter version file ${VERSION_FILE} for the following linters: ${LINTER_ARRAY[*]}..."
|
||||
|
||||
##########################################################
|
||||
# Go through the array of linters and print version info #
|
||||
|
|
Loading…
Reference in a new issue