Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-restore-manual-replica-set-wt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ content: |
503503
.. code-block:: sh
504504
505505
mongosh --port <port> \
506-
--eval db.getSiblingDB("local").system.replset.remove({})
506+
--eval "db.getSiblingDB('local').system.replset.remove({})"
507507
508508
---
509509
stepnum: 25

0 commit comments

Comments
 (0)