Skip to content

Commit

Permalink
fix array
Browse files Browse the repository at this point in the history
  • Loading branch information
admiralAwkbar committed Sep 3, 2020
1 parent 8a51e59 commit 165b29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linterVersions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 165b29c

Please sign in to comment.