diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-21 13:32:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-21 13:32:01 -0400 |
commit | 98b6ed5e0add092087086e55566156e0558d89b3 (patch) | |
tree | df24fcd6d5f2025ca0cdca0ad1c73db15f23908b | |
parent | ae6260a3a7bd1c7343df1641b99c64a3cdc2c13c (diff) |
fix quotes
-rw-r--r-- | doc/tips/megaannex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/megaannex.mdwn b/doc/tips/megaannex.mdwn index 0ff953db2..96f6f8a52 100644 --- a/doc/tips/megaannex.mdwn +++ b/doc/tips/megaannex.mdwn @@ -35,7 +35,7 @@ Note: The folder option in the megaannex.conf file isn't yet used. git config annex.mega-remove-hook 'python2 ~/megaannex/megaannex.py delete --subject $ANNEX_KEY' git annex initremote mega type=hook hooktype=mega encryption=shared - git annex describe mega \"the mega.co.nz library\" + git annex describe mega "the mega.co.nz library" ## Notes |