mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 02:14:12 +00:00
Fixing typo
This commit is contained in:
parent
3801aa831e
commit
0027d752a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue