From e4cea98ccdd726065da61a67953eedc80defd187 Mon Sep 17 00:00:00 2001 From: David Farrell Date: Mon, 5 Oct 2015 21:19:27 -0400 Subject: [PATCH] Correct the filepath for rebuild test database script. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ce9ac3494..a994db0296 100644 --- a/README.md +++ b/README.md @@ -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: