summaryrefslogtreecommitdiff
path: root/Git/Destroyer.hs
diff options
context:
space:
mode:
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"