Fix variable name typo
This commit is contained in:
parent
2d64c76397
commit
244b1b5fb7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Before doing the actual import, **you need to upload your MongoDB dump file to t
|
||||||
|
|
||||||
### Importing a dump
|
### Importing a dump
|
||||||
|
|
||||||
To import, run this command (make sure to replace `SERVER_PATH_TO_POSTGRES_DUMP_FILE` with a file path on your server):
|
To import, run this command (make sure to replace `SERVER_PATH_TO_MONGODB_DUMP_DIRECTORY` with a file path on your server):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
just run-tags import-mongodb \
|
just run-tags import-mongodb \
|
||||||
|
|
Loading…
Add table
Reference in a new issue