fix incorrect comment

The process will typically block until all input is read.
This commit is contained in:
Joey Hess 2019-04-24 14:29:46 -04:00
parent 2d0dd34916
commit c8f7cb8558
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -47,7 +47,7 @@ runQuiet params repo = withQuietOutput createProcessSuccess $
{- Runs a git command and returns its output, lazily.
-
- Also returns an action that should be used when the output is all
- read (or no more is needed), that will wait on the command, and
- read, that will wait on the command, and
- return True if it succeeded. Failure to wait will result in zombies.
-}
pipeReadLazy :: [CommandParam] -> Repo -> IO (String, IO Bool)