diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-07 10:37:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-07 10:37:06 -0400 |
commit | 8408a91082f440e139884117b2698bb8e0bd3fe9 (patch) | |
tree | 296cd8a1aa81e600cc90734d38565bc701c02c94 /doc/tips | |
parent | 2478aca3c531d6d60fed87d9aa5eb42f6dbe6517 (diff) |
fixie
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/using_box.com_as_a_special_remote.mdwn | 2 |
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 |