reword comment better
This commit is contained in:
parent
ba345e90b5
commit
15c0207a23
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue