From fb2696367569e9befc18a58a0024d6a8c8ebcb69 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 29 Jan 2015 15:13:06 +0200 Subject: reset-local-database: use homegrown cypher query tool instead of neo4j-shell, since the later fails on Dor's mac --- reset-local-database.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reset-local-database.sh') 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 -- cgit v1.3.1