mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
fix array
This commit is contained in:
parent
8a51e59be7
commit
165b29cbe1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ GetLinterVersions() {
|
||||||
# Print the version info #
|
# Print the version info #
|
||||||
##########################
|
##########################
|
||||||
info "Successfully found version for ${F[W]}[${LINTER}]${F[B]}: ${F[W]}${GET_VERSION_CMD[*]}"
|
info "Successfully found version for ${F[W]}[${LINTER}]${F[B]}: ${F[W]}${GET_VERSION_CMD[*]}"
|
||||||
WriteFile "${LINTER}" "${GET_VERSION_CMD}"
|
WriteFile "${LINTER}" "${GET_VERSION_CMD[*]}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue