diff options
Diffstat (limited to 'Git/CheckAttr.hs')
-rw-r--r-- | Git/CheckAttr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/CheckAttr.hs b/Git/CheckAttr.hs index 6b321f8b8..13a7287b1 100644 --- a/Git/CheckAttr.hs +++ b/Git/CheckAttr.hs @@ -22,7 +22,7 @@ type Attr = String checkAttrStart :: [Attr] -> Repo -> IO CheckAttrHandle checkAttrStart attrs repo = do cwd <- getCurrentDirectory - h <- CoProcess.start "git" $ toCommand $ gitCommandLine params repo + h <- gitCoProcessStart params repo return (h, attrs, cwd) where params = |