one more time

This commit is contained in:
c0de 2018-03-08 21:07:07 -06:00
parent 04898876a9
commit 1ccc3724c2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- run: sudo apt install postgresql-client-9.4 postgresql-9.4
- run: sudo /etc/init.d/postgresql start
- run: |
psql -U root < newdb.sql
psql -U postgres < newdb.sql
# Download and cache dependencies
- restore_cache: