summaryrefslogtreecommitdiffstats
path: root/content/post/how-this-blog-works/index.org
diff options
context:
space:
mode:
Diffstat (limited to 'content/post/how-this-blog-works/index.org')
-rw-r--r--content/post/how-this-blog-works/index.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post/how-this-blog-works/index.org b/content/post/how-this-blog-works/index.org
index 9cbd442..a37704f 100644
--- a/content/post/how-this-blog-works/index.org
+++ b/content/post/how-this-blog-works/index.org
@@ -113,7 +113,7 @@ it works.
#+BEGIN_SRC shell
su blog
- cd # cd with no arguments goes to home directory
+ cd # cd with no arguments goes to home directory
git init --bare blog.git
#+END_SRC