Skip to content

Commit 3ecfc1a

Browse files
updated the validation file
1 parent 5b87b89 commit 3ecfc1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/validate_model_quota.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ check_fallback_regions() {
185185
for region in "${RECOMMENDED_REGIONS[@]}"; do
186186
echo " - $region"
187187
done
188-
prompt_yes_no "❓ Do you want to proceed by selecting one of these regions? (y/n): " || {
188+
if prompt_yes_no "❓ Do you want to proceed by selecting one of these regions? (y/n): "; then
189189
ask_for_location
190-
return
191-
}
190+
fi
191+
192192
fi
193193
echo -e "👉 You can manually choose one of the recommended fallback regions for deployment."
194194
else

0 commit comments

Comments
 (0)