Correct the filepath for rebuild test database script.

This commit is contained in:
David Farrell 2015-10-05 21:19:27 -04:00 committed by Tim Abbott
parent 0ec99a0838
commit e4cea98ccd
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ pip install -r requirements.txt
./tools/postgres-init-db
./tools/do-destroy-rebuild-database
./tools/postgres-init-test-db
./tools/do_destroy_rebuild_test_database
./tools/do-destroy-rebuild-test-database
```
To start the development server: