diff options
author | TroisSinges <TroisSinges@web> | 2013-11-28 07:26:46 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-28 07:26:46 +0000 |
commit | 05a26fb8f815ff6c0f3bd55690aa331902e7723a (patch) | |
tree | 3c2fd0fe0222fd442e416af7cddddb24267a52c6 | |
parent | 40651a8a84faa98ffad366d197294d8d32f8901a (diff) |
typo with tabs
-rw-r--r-- | doc/tips/recover_data_from_lost+found.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/recover_data_from_lost+found.mdwn b/doc/tips/recover_data_from_lost+found.mdwn index 506ffec39..ceb43e3f3 100644 --- a/doc/tips/recover_data_from_lost+found.mdwn +++ b/doc/tips/recover_data_from_lost+found.mdwn @@ -9,7 +9,7 @@ First, check out the git repository again. Then, in the new checkout: $ chmod -R u+w recovered-content $ git annex add recovered-content $ git reset HEAD recovered-content - $ rm -rf recovered-content + $ rm -rf recovered-content $ git annex fsck The way that works is that when git-annex adds the same content that was in |