diff --git a/bin-shared/send_master.sh b/bin-shared/send_master.sh index d46d2e5..4fbc53a 100755 --- a/bin-shared/send_master.sh +++ b/bin-shared/send_master.sh @@ -14,7 +14,7 @@ dir="`basename $DIR`" ## Validations ## -if [[ "$DIR" != *"MASTER" ]]; then +if [[ "$DIR" != *"-MASTER" ]]; then echo "'$DIR' is not labeled as a MASTER. Skipping upload." exit 0 fi