We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b87b89 commit 3ecfc1aCopy full SHA for 3ecfc1a
1 file changed
scripts/validate_model_quota.sh
@@ -185,10 +185,10 @@ check_fallback_regions() {
185
for region in "${RECOMMENDED_REGIONS[@]}"; do
186
echo " - $region"
187
done
188
- prompt_yes_no "❓ Do you want to proceed by selecting one of these regions? (y/n): " || {
+ if prompt_yes_no "❓ Do you want to proceed by selecting one of these regions? (y/n): "; then
189
ask_for_location
190
- return
191
- }
+ fi
+
192
fi
193
echo -e "👉 You can manually choose one of the recommended fallback regions for deployment."
194
else
0 commit comments