diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-11 00:40:32 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-11 00:40:32 -0400 |
| commit | f5b27f4fa38d455a335dfb864ddc33e28c52dbc9 (patch) | |
| tree | ab47dc3365b80594380ffd4a1ed4b4b7a0bad4cc | |
| parent | c1a54465c65aad4f0425493ef071169b2344e785 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Types/Attr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Types/Attr.hs b/Propellor/Types/Attr.hs index 9e8058fe..c253e32b 100644 --- a/Propellor/Types/Attr.hs +++ b/Propellor/Types/Attr.hs @@ -26,7 +26,7 @@ instance Show Attr where [ "hostname " ++ _hostname a , "cnames " ++ show (_cnames a) , "docker image " ++ show (_dockerImage a) - , "docker run params " ++ show (map (\a -> a "") (_dockerRunParams a)) + , "docker run params " ++ show (map (\mk -> mk "") (_dockerRunParams a)) ] newAttr :: HostName -> Attr |
