diff options
| -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 |
