File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ while [[ $# -gt 0 ]]; do
5454 no_source_reference=true
5555 shift
5656 ;;
57- --omit_query_error_highlighting )
57+ --omit-query-error-highlighting )
5858 omit_query_error_highlighting=true
5959 shift
6060 ;;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ echo "waitForNeo4jHttp: CYPHER_DIR=${CYPHER_DIR}"
2525source " ${SCRIPTS_DIR} /executeQueryFunctions.sh"
2626
2727testDatabase () {
28- execute_cypher " ${CYPHER_DIR} /Count_nodes_and_relationships.cypher" " --no-source-reference-column" " --omit_query_error_highlighting "
28+ execute_cypher " ${CYPHER_DIR} /Count_nodes_and_relationships.cypher" " --no-source-reference-column" " --omit-query-error-highlighting "
2929}
3030
3131isDatabaseQueryable () {
You can’t perform that action at this time.
0 commit comments