diff --git a/Propellor/Property/Hostname.hs b/Propellor/Property/Hostname.hs index 44a3b11..f710df7 100644 --- a/Propellor/Property/Hostname.hs +++ b/Propellor/Property/Hostname.hs @@ -12,7 +12,6 @@ import qualified Propellor.Property.File as File set :: HostName -> Property set hostname = propertyList desc go `onChange` cmdProperty "hostname" [host] - `describe` desc where desc = "hostname " ++ hostname (host, domain) = separate (== '.') hostname