Skip to content

Commit 2f954bf

Browse files
committed
Fix indentation
1 parent 6944184 commit 2f954bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/mongodb/vcore/how-to-migrate-native-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ Migrate a collection from the source MongoDB instance to the target Azure Cosmos
164164
> [!NOTE]
165165
> You can also restore a specific collection or collections from the <dump-directory>/ directory. For example, the following operation restores a single collection from corresponding data files in the <dump-directory>/ directory:
166166

167-
```bash
168-
mongorestore \
169-
--nsInclude=test.purchaseorders <dump-directory>/
170-
```
167+
```bash
168+
mongorestore \
169+
--nsInclude=test.purchaseorders <dump-directory>/
170+
```
171171

172172
1. Monitor the terminal output from *mongoimport*. The output prints lines of text to the terminal with updates on the restore operation's status.
173173

0 commit comments

Comments
 (0)