Skip to content
Snippets Groups Projects
Commit 609eece7 authored by User expired's avatar User expired
Browse files

fixed typo (which ended in a syntax error)

parent f1dd976f
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ fn_import_data()
fi
echo "Importing data for region of $NAME"
if ! $VALID_SQL_EXPORT && ! $INSTALL_PGROUTING && ! $INSTALL_NEO4J_SPATIAL); then
if ! $VALID_SQL_EXPORT && ! $INSTALL_PGROUTING && ! $INSTALL_NEO4J_SPATIAL; then
echo " - skipping import (since no export was found and neither pgRouting nor neo4j are installed"
return 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment