We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e1689 commit c26ce10Copy full SHA for c26ce10
SocialPredict
@@ -70,7 +70,7 @@ if [ "$1" = "install" ]; then
70
sleep 1;
71
72
# Ask user input for Application Environment
73
- echo "### Select Application Envrionment: "
+ echo "### Select Application Environment: "
74
PS3='Please enter your choice: '
75
options=("Development" "Production" "Quit")
76
select opt in "${options[@]}"
0 commit comments