diff options
Diffstat (limited to 'Git/Hook.hs')
-rw-r--r-- | Git/Hook.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/Hook.hs b/Git/Hook.hs index aec2563f4..f4424c60e 100644 --- a/Git/Hook.hs +++ b/Git/Hook.hs @@ -81,7 +81,7 @@ runHook h r = do #ifndef mingw32_HOST_OS findcmd = defcmd #else - {- Like msysgit, parse the first line of the hook file, + {- Like git for windows, parse the first line of the hook file, - look for "#!", and dispatch the interpreter on the file. -} findcmd f = do l <- headMaybe . lines <$> catchDefaultIO "" (readFile f) |