summaryrefslogtreecommitdiff
path: root/src/Propellor/Types/CmdLine.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Types/CmdLine.hs')
-rw-r--r--src/Propellor/Types/CmdLine.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Types/CmdLine.hs b/src/Propellor/Types/CmdLine.hs
index d712a456..77eaa452 100644
--- a/src/Propellor/Types/CmdLine.hs
+++ b/src/Propellor/Types/CmdLine.hs
@@ -2,6 +2,7 @@ module Propellor.Types.CmdLine where
import Propellor.Types.OS
import Propellor.Types.PrivData
+import Propellor.Types.Container
import System.Posix.Types
@@ -25,7 +26,7 @@ data CmdLine
| Relay HostName
| DockerInit HostName
| DockerChain HostName String
- | ChrootChain HostName FilePath Bool Bool
+ | ChrootChain HostName FilePath Bool Bool [ContainerCapability]
| GitPush Fd Fd
| Check
| Build