summaryrefslogtreecommitdiff
path: root/Git/Destroyer.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-10-12 14:34:23 -0400
committerJoey Hess <joey@kitenet.net>2014-10-12 14:34:23 -0400
commit333ea1ce14929cb9583c403fc7ba6b898e4b42b4 (patch)
treef4f951edf4189bc89938ccc8f7b446f22bf0dd16 /Git/Destroyer.hs
parentefef527d5b2e42e261fa7af6947aad6553426ebe (diff)
downloadgit-repair-333ea1ce14929cb9583c403fc7ba6b898e4b42b4.tar.gz
whitespace
Diffstat (limited to 'Git/Destroyer.hs')
-rw-r--r--Git/Destroyer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/Destroyer.hs b/Git/Destroyer.hs
index 06a8b4f..2ac4dae 100644
--- a/Git/Destroyer.hs
+++ b/Git/Destroyer.hs
@@ -138,7 +138,7 @@ applyDamage ds r = do
moveFile fb fa
moveFile tmp fa
where
- -- A broken .git/config is not recoverable.
+ -- A broken .git/config is not recoverable.
-- Don't damage hook scripts, to avoid running arbitrary code. ;)
skipped f = or
[ takeFileName f == "config"