Fix output to be more helpful.

This commit is contained in:
2026-03-28 12:08:29 -07:00
parent 513c0d6fac
commit 9d1141bf82

View File

@@ -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