summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-04-03 23:59:32 -0400
committerJoey Hess2014-04-03 23:59:32 -0400
commitd19171ed53884c0422b27ccc6aac4960c96ccc7d (patch)
tree92615f39804910e2a2e721344e9a4a9cd346db94 /Propellor
parent7932c5abec925bfd0240b62290e00977141419e7 (diff)
propellor spin
Diffstat (limited to 'Propellor')
-rw-r--r--Propellor/Property/Hostname.hs1
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