From f5b27f4fa38d455a335dfb864ddc33e28c52dbc9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 11 Apr 2014 00:40:32 -0400 Subject: propellor spin --- Propellor/Types/Attr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Types') 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 -- cgit v1.2.3