summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-04-11 00:40:32 -0400
committerJoey Hess2014-04-11 00:40:32 -0400
commitf5b27f4fa38d455a335dfb864ddc33e28c52dbc9 (patch)
treeab47dc3365b80594380ffd4a1ed4b4b7a0bad4cc /Propellor
parentc1a54465c65aad4f0425493ef071169b2344e785 (diff)
propellor spin
Diffstat (limited to 'Propellor')
-rw-r--r--Propellor/Types/Attr.hs2
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