From 4cdabb5b51065f5130599c513b6ec77368ed89d1 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 22 Apr 2015 00:47:12 +0300 Subject: run-local.sh: fix for moved utils.sh --- run-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-local.sh b/run-local.sh index 7fc63965..00e1fd73 100755 --- a/run-local.sh +++ b/run-local.sh @@ -1,5 +1,5 @@ #!/bin/bash -. tools/utils.sh +. src/local/utils.sh quit_if_no_neo4j_running -- cgit v1.3.1