Skip to content

Commit 179c6f9

Browse files
updated the validation file
1 parent 3ecfc1a commit 179c6f9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

scripts/validate_model_quota.sh

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

0 commit comments

Comments
 (0)