summaryrefslogtreecommitdiff
path: root/src/wrapper.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-28 12:41:15 -0400
committerJoey Hess2015-10-28 12:41:15 -0400
commit68dbfe1b08c9cf1d976ac84ea53817c54fcd3479 (patch)
tree4ac391f08d91b105caa475608fcff55f2c27b441 /src/wrapper.hs
parentf79fe8c0b16638c22a1094b5b2d7e4b62810d839 (diff)
need withConcurrentOutput to flush any buffered concurrent output
Diffstat (limited to 'src/wrapper.hs')
-rw-r--r--src/wrapper.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapper.hs b/src/wrapper.hs
index e367fe69..0cfe319d 100644
--- a/src/wrapper.hs
+++ b/src/wrapper.hs
@@ -50,7 +50,7 @@ netrepo :: String
netrepo = "https://github.com/joeyh/propellor.git"
main :: IO ()
-main = do
+main = withConcurrentOutput $ do
args <- getArgs
home <- myHomeDir
let propellordir = home </> ".propellor"