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/CmdLine.hs | |
| parent | a630297c4c0f5aaa5a47e4dbb7eace10f3ed967c (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/CmdLine.hs')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index a0ae9cb5..18101885 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -92,7 +92,7 @@ data CanRebuild = CanRebuild | NoRebuild -- | Runs propellor on hosts, as controlled by command-line options. defaultMain :: [Host] -> IO () -defaultMain hostlist = withConcurrentOutput $ do +defaultMain hostlist = do Shim.cleanEnv checkDebugMode cmdline <- processCmdLine |
