mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
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
|
||||
|
||||
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
|
||||
just run-tags import-mongodb \
|
||||
|
|
Loading…
Reference in a new issue