aboutsummaryrefslogtreecommitdiffhomepage
path: root/posts
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-03-21 14:27:41 -0400
committerBradley Taunt <bt@btxx.org>2025-03-21 14:27:41 -0400
commit236bca1d24bf85cd3dd913f083198dc12b2e63cc (patch)
tree5b6ee0f117b087081cefd27a4f20a296212a005f /posts
parent38851b445aa0a1a0c73e07cafbd95c2e3ba9f92c (diff)
Cleanup styling, reduce bandwidth overhead
Diffstat (limited to 'posts')
-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"?