Fixing typo

This commit is contained in:
ilumos 2017-12-09 02:49:42 +00:00
parent 3801aa831e
commit 0027d752a8

View file

@ -9,7 +9,7 @@ cd $SCRIPT_DIR && composer install
printf "${GREEN}Creating database file${BLACK}\n"
cd $SCRIPT_DIR && touch "database.sqlite"
printf "${GREEN}Creating your enviroment file${BLACK}\n"
printf "${GREEN}Creating your environment file${BLACK}\n"
cd $SCRIPT_DIR && cp ".env.example" ".env"
cd $SCRIPT_DIR && ./lancache-autofill app:initialise-database