Skip to content

Commit 85cc1b4

Browse files
authored
Update README.md
1 parent e65e75c commit 85cc1b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ docker run --rm --name neo4j-load \
164164
--mount type=bind,source=$PWD/data/neo4j-data,target=/data \
165165
--mount type=bind,source=$PWD/data/neo_dumps,target=/dumps \
166166
-it neo4j:4.4 bin/neo4j-admin load \
167-
--database=neo4j --from=/dumps/sourcedata_v1-0-0.db.dump.2023-03-29-15.07.42_latest \
167+
--database=neo4j --from=/dumps/sourcedata_v1-0-0.db.dump.2023-03-29-15.07.42 \
168168
--force # Note that this will overwrite any content ! ! ! ! !
169169
```
170170

0 commit comments

Comments
 (0)