aboutsummaryrefslogtreecommitdiffhomepage
path: root/posts/mongodb-arch.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/mongodb-arch.md')
-rw-r--r--posts/mongodb-arch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/mongodb-arch.md b/posts/mongodb-arch.md
index 1b74463..41e3110 100644
--- a/posts/mongodb-arch.md
+++ b/posts/mongodb-arch.md
@@ -20,7 +20,7 @@ Follow the instructions and you'll be good to go. Don't forget to create the `/d
~~~sh
mkdir -p /data/db/
-chmod -R 777 /date/db
+chmod -R 777 /data/db
~~~
## What About My "Tools"?