summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-07 10:37:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-07 10:37:06 -0400
commit8408a91082f440e139884117b2698bb8e0bd3fe9 (patch)
tree296cd8a1aa81e600cc90734d38565bc701c02c94
parent2478aca3c531d6d60fed87d9aa5eb42f6dbe6517 (diff)
fixie
-rw-r--r--doc/tips/using_box.com_as_a_special_remote.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/using_box.com_as_a_special_remote.mdwn b/doc/tips/using_box.com_as_a_special_remote.mdwn
index 917c7a93b..cafbc033c 100644
--- a/doc/tips/using_box.com_as_a_special_remote.mdwn
+++ b/doc/tips/using_box.com_as_a_special_remote.mdwn
@@ -24,7 +24,7 @@ With a little setup, git-annex can use Box as a
* Create `~/.davfs2/davfs2.conf` with some important settings:
mkdir ~/.davfs2/
- echo use_locks 0 >> ~/.davfs2/davfs2.conf
+ echo use_locks 0 > ~/.davfs2/davfs2.conf
echo cache_size 1 >> ~/.davfs2/davfs2.conf
echo delay_upload 0 >> ~/.davfs2/davfs2.conf