Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
Jess Frazelle 2018-12-28 19:35:54 -05:00
parent b4190a30ff
commit 683cbbbe00
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -85,7 +85,7 @@ get_latest_unifi() {
compare() { compare() {
local name="$1" dir="$2" tag="$3" current="$4" releases="$5" local name="$1" dir="$2" tag="$3" current="$4" releases="$5"
ignore_dirs=( "bazel" "mc" "nzbget" "rstudio" ) ignore_dirs=( "bazel" "mc" "rstudio" )
if [[ "$tag" =~ $current ]] || [[ "$name" =~ $current ]] || [[ "$current" =~ $tag ]] || [[ "$current" == "master" ]]; then if [[ "$tag" =~ $current ]] || [[ "$name" =~ $current ]] || [[ "$current" =~ $tag ]] || [[ "$current" == "master" ]]; then
echo -e "\\e[36m${dir}:\\e[39m current ${current} | ${tag} | ${name}" echo -e "\\e[36m${dir}:\\e[39m current ${current} | ${tag} | ${name}"