diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 20:47:25 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 20:47:25 -0400 |
| commit | e08accb35adef35abf3fa45d4baa9a799321506f (patch) | |
| tree | 120b292682aca47e20590a6f8ba7d40c3d5ee617 /Propellor/Types.hs | |
| parent | 1f314984b5f2f9d9a082bc20e825e2e8c8a273d7 (diff) | |
nicer parameters when run inside docker
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 |
