summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-21 17:11:26 -0400
committerJoey Hess2014-11-21 17:11:26 -0400
commit6e8b28cd3ce4264927cb9e9475b77954663c2ffa (patch)
treeed00dabb51281d572e9af3b4781fa96f33c620c8 /src/Propellor/Types.hs
parent435244353c998c55e1342e375eaec33619ecfe8f (diff)
propellor spin
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 65dbd3c5..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 Bool
+ | ChrootChain HostName FilePath Bool Bool
| GitPush Fd Fd
deriving (Read, Show, Eq)