Skip to content

Commit

Permalink
fix(zsec): color prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolnar-zscaler committed Jan 9, 2024
1 parent 947f027 commit ae82ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/zsec
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ if [[ "$dtype" == "cc"* ]]; then
echo "Using an existing VPC..."
echo "export TF_VAR_byo_vpc=true" >> .zsecrc
byo_vpc=true
read -r -p "${CYAN}Enter existing Management VPC name (E.g vpc-mgmt): " byo_mgmt_vpc
read -r -p "${CYAN}Enter existing Management VPC name (E.g vpc-mgmt): ${RESET}" byo_mgmt_vpc
echo "${GREEN}You entered $byo_mgmt_vpc${RESET}"
echo "export TF_VAR_byo_mgmt_vpc_name=$byo_mgmt_vpc" >> .zsecrc

Expand Down

0 comments on commit ae82ba3

Please sign in to comment.