From 165b29cbe125dcfb8cfa4333f62da8cbf830b35a Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 3 Sep 2020 09:21:22 -0500 Subject: [PATCH] fix array --- lib/linterVersions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linterVersions.sh b/lib/linterVersions.sh index cf1ad5d1..bf0b74c0 100755 --- a/lib/linterVersions.sh +++ b/lib/linterVersions.sh @@ -89,7 +89,7 @@ GetLinterVersions() { # Print the version info # ########################## 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 done