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 e0d49e4 commit 4e21bfd
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 @@ -479,7 +479,7 @@ min_size_default=2
min_size=${min_size_input:-$min_size_default}
case $min_size in
1|2|3|4|5|6|7|8|9|10)
echo "Cloud Connector Mininum size: ${min_size}"
echo "Cloud Connector Minimum size: ${min_size}"
echo "export TF_VAR_min_size=${min_size}" >> .zsecrc
break
;;
Expand Down Expand Up @@ -653,7 +653,7 @@ warm_pool_min_size_default=0
warm_pool_min_size=${warm_pool_min_size_input:-$warm_pool_min_size_default}
case $warm_pool_min_size in
0|1|2|3|4|5|6|7|8|9|10)
echo "Warm Pool Mininum size: ${warm_pool_min_size}"
echo "Warm Pool Minimum size: ${warm_pool_min_size}"
echo "export TF_VAR_warm_pool_min_size=${warm_pool_min_size}" >> .zsecrc
break
;;
Expand Down

0 comments on commit 4e21bfd

Please sign in to comment.