diff options
| -rw-r--r-- | Propellor/SimpleSh.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/SimpleSh.hs b/Propellor/SimpleSh.hs index 741c1bc8..0999be9a 100644 --- a/Propellor/SimpleSh.hs +++ b/Propellor/SimpleSh.hs @@ -57,7 +57,7 @@ simpleSh namedpipe = do =<< catchMaybeIO (writeChan chan . t =<< hGetLine from) void $ concurrently (mkreader StdoutLine outh) - (mkreader StderrLine outh) + (mkreader StderrLine errh) writeChan chan . Done =<< waitForProcess pid |
