diff --git a/bin-shared/send_master.sh b/bin-shared/send_master.sh index 6a549f9..2edd254 100755 --- a/bin-shared/send_master.sh +++ b/bin-shared/send_master.sh @@ -13,7 +13,7 @@ loop=false ## Validations ## if [[ "$DIR" != *"MASTER" ]]; then - echo "This directory is not labeled as a MASTER. Skipping upload." + echo "'$DIR' is not labeled as a MASTER. Skipping upload." exit 0 fi