summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-21 17:29:47 -0400
committerJoey Hess2014-11-21 17:29:47 -0400
commite60b261daea356a2fcab424a276a491fdd3f956c (patch)
tree1acb5a387f77b9749023fc5de188268a39636a02 /src/Propellor/Types.hs
parent7ecb632b7ce1d97559646c3af71bb54db82c99e3 (diff)
parent04ea987075b869ea70cf55a193af7f5604ff0561 (diff)
Merge branch 'joeyconfig'
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..a6c5aafa 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 Bool
| GitPush Fd Fd
deriving (Read, Show, Eq)