Skip to content

Commit

Permalink
chore: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolnar-zscaler committed Oct 28, 2023
1 parent 7d7be87 commit e0d49e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/zsec
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,9 @@ fi
min_size_default=2
while [[ "$dtype" == *"asg"* ]]; do
if [[ "$zonal_asg" == true ]]; then
read -r -p "Enter the minumum number of Cloud Connectors to maintain per each Auto Scaling Group [Default=$min_size_default]: " min_size_input
read -r -p "Enter the minimum number of Cloud Connectors to maintain per each Auto Scaling Group [Default=$min_size_default]: " min_size_input
else
read -r -p "Enter the minumum number of Cloud Connectors to maintain in the Auto Scaling Group [Default=$min_size_default]: " min_size_input
read -r -p "Enter the minimum number of Cloud Connectors to maintain in the Auto Scaling Group [Default=$min_size_default]: " min_size_input
fi
min_size=${min_size_input:-$min_size_default}
case $min_size in
Expand Down

0 comments on commit e0d49e4

Please sign in to comment.