diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-05 15:43:06 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-05 15:43:06 +0200 |
| commit | 0c770a62f4bb0cc201bf624947d96c0d012fa916 (patch) | |
| tree | 44e54a9bcc9770db705e5a30e77887742ce23dd0 /reset-local-database.sh | |
| parent | c6082885373acee08ecd746ddfa3b8dce1a0f8da (diff) | |
mv tools to src/local (next remove external curl util)
Diffstat (limited to 'reset-local-database.sh')
| -rwxr-xr-x | reset-local-database.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reset-local-database.sh b/reset-local-database.sh index f2faecd2..24c75a26 100755 --- a/reset-local-database.sh +++ b/reset-local-database.sh @@ -4,4 +4,4 @@ quit_if_no_neo4j_running -./tools/neo4j-cypher < res/neo4j/reset-db__clean.cypher +./src/local/neo4j-cypher < res/neo4j/reset-db__clean.cypher |
