aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2011-10-24 12:27:56 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2011-10-24 12:27:56 -0400
commit3a936272ad28c094dbcaadd82088e88ffa64bbaa (patch)
tree65aea7ba2dddc5834943537ec5d6dd5aba9b36e1
parent1ffffa414cbe26b695981ed25befc7ec9766936e (diff)
downloaddotfiles-3a936272ad28c094dbcaadd82088e88ffa64bbaa.tar.gz
dotfiles-3a936272ad28c094dbcaadd82088e88ffa64bbaa.tar.bz2
dotfiles-3a936272ad28c094dbcaadd82088e88ffa64bbaa.zip
Add missing single quote in README.rst
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 7546373..0509f1f 100644
--- a/README.rst
+++ b/README.rst
@@ -126,7 +126,7 @@ I have the following in my ``~/.dotfilesrc``: ::
ignore = [
'.git',
'.gitignore',
- '*.swp]
+ '*.swp']
Any file you list in ``ignore`` will be skipped. The ``ignore`` option supports
glob file patterns.