summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar atrent <atrent@web>2015-11-13 07:38:01 +0000
committerGravatar admin <admin@branchable.com>2015-11-13 07:38:01 +0000
commite677a833f6fbdf273eddcae220ecf493fb84662a (patch)
tree9c17d2a6b0b6d15b95f2fff224042ebea733281c /doc
parent61bcdc67afaf6ce8da6aa910acc4eb97b8a25bed (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/detox___34__destroys__34___annex.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/detox___34__destroys__34___annex.mdwn b/doc/bugs/detox___34__destroys__34___annex.mdwn
index 5fe9810ea..c5b929457 100644
--- a/doc/bugs/detox___34__destroys__34___annex.mdwn
+++ b/doc/bugs/detox___34__destroys__34___annex.mdwn
@@ -1,6 +1,6 @@
### Please describe the problem.
-I accidentally (my fault!) run detox (batch file renamer to eliminate spaces etc.) on a git-annex dir, alas detox substitutes every "--" with "-", thus "destroying" my annex. Of course the objects are still there, just renamed so that the symlinks are now all broken.
+I accidentally (my fault!) ran detox (batch file renamer to eliminate spaces etc.) on a git-annex dir, alas detox substitutes every "--" with "-", thus "destroying" my annex. Of course the objects are still there, just renamed so that the symlinks are now all broken.
I solved it by copying the objects back from my backup (I have many rsynced backups) since I was too lazy to write a script to rename all the files...