summaryrefslogtreecommitdiff
path: root/reset-local-database.sh
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-29 15:13:06 +0200
committerAlon Levy <alon@pobox.com>2015-01-29 15:13:06 +0200
commitfb2696367569e9befc18a58a0024d6a8c8ebcb69 (patch)
tree77de109d070f1f18bf020a33f58dfffe37b8545b /reset-local-database.sh
parent3cc8230aefd311b2c35d85bc2f0ed99d11e20787 (diff)
reset-local-database: use homegrown cypher query tool instead of neo4j-shell, since the later fails on Dor's mac
Diffstat (limited to 'reset-local-database.sh')
-rwxr-xr-xreset-local-database.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/reset-local-database.sh b/reset-local-database.sh
index ad53f8b7..d70b976c 100755
--- a/reset-local-database.sh
+++ b/reset-local-database.sh
@@ -4,4 +4,4 @@
quit_if_no_neo4j_running
-$NEO4J_SHELL -file res/neo4j/reset-db__single_link.cypher
+./tools/neo4j-cypher < res/neo4j/reset-db__single_link.cypher