propellor spin

This commit is contained in:
Joey Hess 2014-04-11 00:40:32 -04:00
parent c1a54465c6
commit f5b27f4fa3
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ instance Show Attr where
[ "hostname " ++ _hostname a [ "hostname " ++ _hostname a
, "cnames " ++ show (_cnames a) , "cnames " ++ show (_cnames a)
, "docker image " ++ show (_dockerImage 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 newAttr :: HostName -> Attr