propellor spin

This commit is contained in:
Joey Hess 2014-04-11 00:51:21 -04:00
parent 0274aec949
commit 9a32955f0c
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ fromContainerId :: ContainerId -> String
fromContainerId (ContainerId hn cn) = cn++"."++hn++myContainerSuffix
containerHostName :: ContainerId -> HostName
containerHostName (ContainerId _ cn) = cn
containerHostName (ContainerId _ cn) = cn2hn cn
myContainerSuffix :: String
myContainerSuffix = ".propellor"