chore(ops): clarify momo token metadata wording [skip ci]

This commit is contained in:
ogt
2026-06-25 14:52:36 +08:00
parent 65209cbbc1
commit c5d76eb360

View File

@@ -194,7 +194,7 @@ elif [[ "$scheduler_uid" =~ ^[0-9]+$ ]]; then
if [[ "$token_uid" == "$scheduler_uid" && "$token_mode" =~ ^[0-9]+$ && "$token_mode" -le 600 ]]; then
ok "host Google token metadata matches scheduler UID and restrictive mode"
else
warn "host Google token metadata does not match scheduler UID/mode: token=$token_stat scheduler_uid=$scheduler_uid"
warn "host Google token metadata does not match scheduler UID/mode: token_metadata=$token_stat scheduler_uid=$scheduler_uid"
fi
else
warn "scheduler UID unavailable; token metadata cannot be matched"