Fixing further typos galore

This commit is contained in:
Griatch 2019-03-19 22:45:40 +01:00
parent ff8844a1bd
commit ad77c07211
2 changed files with 4 additions and 1 deletions

View file

@ -21,7 +21,7 @@ before_install:
- psql -U postgres -c "GRANT ALL PRIVILEGES ON DATABASE evennia TO evennia;"
- mysql -u root -e "CREATE DATABASE evennia CHARACTER SET utf8;"
- mysql -u root -e "CREATE USER 'evennia'@'localhost' IDENTIFIED BY 'password';"
- mysql -u root -e "GRANT ALL PRIVILEGES ON evennia.* TO 'evennia'@'localost' IDENTIFIED BY 'password';"
- mysql -u root -e "GRANT ALL ON evennia.* TO 'evennia'@'localhost' IDENTIFIED BY 'password';"
install:
- pip install psycopg2-binary