From 244b1b5fb7d6637fbf810c4b01dee55c3ca94c2b Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 2 Jun 2023 17:27:17 +0300 Subject: [PATCH] Fix variable name typo --- docs/services/mongodb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/mongodb.md b/docs/services/mongodb.md index f11af40..d27d022 100644 --- a/docs/services/mongodb.md +++ b/docs/services/mongodb.md @@ -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 \