Skip to content

Commit fe34a4d

Browse files
authored
Update modules/ROOT/pages/backup-restore/restore-backup.adoc
1 parent 7e850d4 commit fe34a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/backup-restore/restore-backup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,5 @@ cat ../data/scripts/databasename/restore_metadata.cypher | bin/cypher-shell -u u
311311
*Using `type` (Windows)*
312312
[source, shell, role=nocopy noplay]
313313
----
314-
type ../data\scripts\databasename\restore_metadata.cypher | bin\cypher-shell.bat -u user -p password -a ip_address:port -d system --param "database => 'databasename'"
314+
type ..\data\scripts\databasename\restore_metadata.cypher | bin\cypher-shell.bat -u user -p password -a ip_address:port -d system --param "database => 'databasename'"
315315
----

0 commit comments

Comments
 (0)