diff options
Diffstat (limited to 'content/post/how-this-blog-works')
| -rw-r--r-- | content/post/how-this-blog-works/index.org | 2 | 
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 | 
