summaryrefslogtreecommitdiff
path: root/Git/CheckIgnore.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Git/CheckIgnore.hs')
-rw-r--r--Git/CheckIgnore.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/CheckIgnore.hs b/Git/CheckIgnore.hs
index 7d30e5ada..594882a81 100644
--- a/Git/CheckIgnore.hs
+++ b/Git/CheckIgnore.hs
@@ -37,7 +37,7 @@ type CheckIgnoreHandle = CoProcess.CoProcessHandle
-}
checkIgnoreStart :: Repo -> IO (Maybe CheckIgnoreHandle)
checkIgnoreStart repo = ifM supportedGitVersion
- ( Just <$> (CoProcess.rawMode =<< gitCoProcessStart True params repo')
+ ( Just <$> gitCoProcessStart True params repo'
, return Nothing
)
where