diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-06 14:41:48 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-06 14:41:48 -0400 |
| commit | af34093977b209c4fb7059677bd537ffd86b516d (patch) | |
| tree | 215a487bdfa9f2b8fc66647c6922d9b027b97a07 /src/Propellor/Engine.hs | |
| parent | 5d785e487dd792ad82d2f089334eecd23430e589 (diff) | |
move back
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 30026568..2e914d67 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 = withConcurrentOutput $ do +mainProperties host = do ret <- runPropellor host $ ensureProperties [ignoreInfo $ infoProperty "overall" (ensureProperties ps) mempty mempty] messagesDone |
