fix array

This commit is contained in:
Lucas Gravley 2020-09-03 09:21:22 -05:00
parent 8a51e59be7
commit 165b29cbe1

View file

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