diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-03 23:59:32 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-03 23:59:32 -0400 |
| commit | d19171ed53884c0422b27ccc6aac4960c96ccc7d (patch) | |
| tree | 92615f39804910e2a2e721344e9a4a9cd346db94 | |
| parent | 7932c5abec925bfd0240b62290e00977141419e7 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/Hostname.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Propellor/Property/Hostname.hs b/Propellor/Property/Hostname.hs index 44a3b111..f710df70 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 |
