summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 17:53:42 -0400
committerJoey Hess2014-11-18 17:53:42 -0400
commit4a0cac113cf999a58a60f7db7a11d5b0ad623699 (patch)
treeb4ec503709eb3aa89321b37a18c84f6e8c92ebb7 /src/Propellor/Types.hs
parent39b9a61591bf28b1c9c5dc18a6f668c8becb9f6e (diff)
fix color display when running propellor inside docker
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 72ccd228..f70eee68 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -144,7 +144,7 @@ data CmdLine
| ListFields
| AddKey String
| Continue CmdLine
- | Chain HostName
+ | Chain HostName Bool
| Boot HostName
| Docker HostName
| GitPush Fd Fd