summaryrefslogtreecommitdiff
path: root/src/Propellor/SimpleSh.hs
diff options
context:
space:
mode:
authorJoey Hess2014-10-08 13:17:11 -0400
committerJoey Hess2014-10-08 13:19:53 -0400
commit1e22e178b4080e70efc262e42943e615abfdb3b9 (patch)
tree0b1efea1bdc6785ae2ffe8c56cb2230716b24263 /src/Propellor/SimpleSh.hs
parent6a674c79d7d9f58c683695114bca2bdffe671bf7 (diff)
a few other whitespace fixups
Diffstat (limited to 'src/Propellor/SimpleSh.hs')
-rw-r--r--src/Propellor/SimpleSh.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/SimpleSh.hs b/src/Propellor/SimpleSh.hs
index 7ba30b0e..cc5c62cd 100644
--- a/src/Propellor/SimpleSh.hs
+++ b/src/Propellor/SimpleSh.hs
@@ -48,8 +48,8 @@ simpleSh namedpipe = do
flip catchIO (\_e -> writeChan chan Done) $ do
let p = (proc cmd params)
- { std_in = Inherit
- , std_out = CreatePipe
+ { std_in = Inherit
+ , std_out = CreatePipe
, std_err = CreatePipe
}
(Nothing, Just outh, Just errh, pid) <- createProcess p