Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-18 15:49:31 -04:00
parent fd9a73adc2
commit 7d875c2d60
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -86,7 +86,7 @@ compare() {
echo -e "\e[36m${dir}:\e[39m current ${current} | ${tag} | ${name}"
else
# add to the bad versions
if [[ "$dir" != "rstudio" ]] && [[ "$dir" != "bazel" ]]; then
if [[ "$dir" != "rstudio" ]] && [[ "$dir" != "bazel" ]] && [[ "$dir" != "mc" ]]; then
bad_versions+=( "${dir}" )
fi
echo -e "\e[31m${dir}:\e[39m current ${current} | ${tag} | ${name} | ${releases}"