diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-06 14:36:47 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-06 14:36:47 -0400 |
| commit | d61a2b62092351dfbaeaee8c833fa4899eb78e0d (patch) | |
| tree | c56daf33b77d2da91b5a9a552369b6e7cb214903 /src/Propellor/Engine.hs | |
| parent | a630297c4c0f5aaa5a47e4dbb7eace10f3ed967c (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Engine.hs')
| -rw-r--r-- | src/Propellor/Engine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Engine.hs b/src/Propellor/Engine.hs index 2e914d67..30026568 100644 --- a/src/Propellor/Engine.hs +++ b/src/Propellor/Engine.hs @@ -32,7 +32,7 @@ import Utility.Exception -- | Gets the Properties of a Host, and ensures them all, -- with nice display of what's being done. mainProperties :: Host -> IO () -mainProperties host = do +mainProperties host = withConcurrentOutput $ do ret <- runPropellor host $ ensureProperties [ignoreInfo $ infoProperty "overall" (ensureProperties ps) mempty mempty] messagesDone |
