summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Git/Destroyer.hs2
-rw-r--r--git-repair.hs2
2 files changed, 2 insertions, 2 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"
diff --git a/git-repair.hs b/git-repair.hs
index bdd1670..a82d5d6 100644
--- a/git-repair.hs
+++ b/git-repair.hs
@@ -48,7 +48,7 @@ parseSettings = Settings
main :: IO ()
main = execParser opts >>= go
where
- opts = info (helper <*> parseSettings) desc
+ opts = info (helper <*> parseSettings) desc
desc = fullDesc
<> header "git-repair - repair a damanged git repository"
go settings