summaryrefslogtreecommitdiff
path: root/src/Propellor/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-19 00:30:06 -0400
committerJoey Hess2014-11-19 00:30:06 -0400
commit325fe4037bf5b027191ab88dd90f05d81f61fd0a (patch)
tree0591f4233b1dbabd38582e7a04717c22ab44fba9 /src/Propellor/CmdLine.hs
parent111e08e156df5a41d61c370ebd077174e35f5d9b (diff)
propellor spin
Diffstat (limited to 'src/Propellor/CmdLine.hs')
-rw-r--r--src/Propellor/CmdLine.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs
index 9006d903..e41ab39d 100644
--- a/src/Propellor/CmdLine.hs
+++ b/src/Propellor/CmdLine.hs
@@ -86,8 +86,7 @@ defaultMain hostlist = do
go _ (Edit field context) = editPrivData field context
go _ ListFields = listPrivDataFields hostlist
go _ (AddKey keyid) = addKey keyid
- go _ (Chain hn isconsole) = withhost hn $ \h -> do
- when isconsole forceConsole
+ go _ (Chain hn) = withhost hn $ \h -> do
r <- runPropellor h $ ensureProperties $ hostProperties h
putStrLn $ "\n" ++ show r
go _ (Docker hn) = Docker.chain hn