reword comment better

This commit is contained in:
Joey Hess 2020-07-13 13:03:09 -04:00
parent ba345e90b5
commit 15c0207a23
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 and standard error of the command. -}
- 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