Skip to content

Commit ce9cd39

Browse files
committed
fixup! Support windows tested in git bash
1 parent eefcc55 commit ce9cd39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/executeQueryFunctions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ execute_cypher_shell() {
110110
cat $cypherFileName | NEO4J_HOME="${NEO4J_DIRECTORY}" ${NEO4J_BIN}/cypher-shell -u neo4j -p "${NEO4J_INITIAL_PASSWORD}" --format plain --param "${query_parameters}" || exit 1
111111

112112
# Display the name of the Cypher file without its path at the bottom of the CSV (or console) separated by an empty line
113-
# TODO Find a solution to move the source reference to the last column name
114113
echo ""
115114
echo "\"Source Cypher File:\",\"$(basename -- "${cypherFileName}")\""
116115
}

0 commit comments

Comments
 (0)