diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-22 00:47:12 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-22 00:47:12 +0300 |
| commit | 4cdabb5b51065f5130599c513b6ec77368ed89d1 (patch) | |
| tree | dc8d9909b01d300c5a745e0da6e0a7e269da23b9 | |
| parent | 56be3fc33c3b815f664c4a8d2affea8af7c1f327 (diff) | |
run-local.sh: fix for moved utils.sh
| -rwxr-xr-x | run-local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
