diff options
Diffstat (limited to 'Propellor/Types.hs')
| -rw-r--r-- | Propellor/Types.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs index 4d8af2c9..c18cc7b7 100644 --- a/Propellor/Types.hs +++ b/Propellor/Types.hs @@ -64,7 +64,7 @@ data CmdLine | AddKey String | Continue CmdLine | Chain HostName - | ChainDocker HostName + | Docker HostName deriving (Read, Show, Eq) -- | Note that removing or changing field names will break the |
