summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-21 01:05:51 -0400
committerJoey Hess2014-11-21 01:05:51 -0400
commita904476333bcacfbed5d0ca95e8f8b3cca9fb327 (patch)
treea28338d121527f41d1cd776c3dc16b521ec8da73 /src/Propellor/Types.hs
parent9f9a4c653fcd7ef82bf5fa066fa7b270b2855b93 (diff)
avoid console output when chaining into chroot and not at console
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index 56eafc6d..65dbd3c5 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -155,7 +155,7 @@ data CmdLine
| Update HostName
| DockerInit HostName
| DockerChain HostName String
- | ChrootChain HostName FilePath
+ | ChrootChain HostName FilePath Bool
| GitPush Fd Fd
deriving (Read, Show, Eq)