update comment to match behavior

This commit is contained in:
Joey Hess 2020-07-13 12:52:57 -04:00
parent 918b1faa3d
commit 24550e010b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -206,7 +206,7 @@ coreBare = "core.bare"
{- Runs a command to get the configuration of a repo,
- and returns a repo populated with the configuration, as well as the raw
- output and any standard output of the command. -}
- output and any standard output and standard error of the command. -}
fromPipe :: Repo -> String -> [CommandParam] -> ConfigStyle -> IO (Either SomeException (Repo, S.ByteString, S.ByteString))
fromPipe r cmd params st = tryNonAsync $ withCreateProcess p go
where