Skip to content

Commit c26ce10

Browse files
authored
Update SocialPredict install script (#506)
fixed typo as per issue 488
1 parent 65e1689 commit c26ce10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SocialPredict

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if [ "$1" = "install" ]; then
7070
sleep 1;
7171

7272
# Ask user input for Application Environment
73-
echo "### Select Application Envrionment: "
73+
echo "### Select Application Environment: "
7474
PS3='Please enter your choice: '
7575
options=("Development" "Production" "Quit")
7676
select opt in "${options[@]}"

0 commit comments

Comments
 (0)