summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Postfix.hs
diff options
context:
space:
mode:
authorJoey Hess2015-01-19 14:26:18 -0400
committerJoey Hess2015-01-19 14:26:18 -0400
commita2a97cbeb2566de37ef3d1b108894246457d4113 (patch)
tree9e38d1dbdfe1ed8649ca6d03cf2671b4cc097705 /src/Propellor/Property/Postfix.hs
parent1ae21965aaba0303088052e873fea39708e331ed (diff)
avoid haddock warnings
Diffstat (limited to 'src/Propellor/Property/Postfix.hs')
-rw-r--r--src/Propellor/Property/Postfix.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Postfix.hs b/src/Propellor/Property/Postfix.hs
index 7821b333..cdb7bdee 100644
--- a/src/Propellor/Property/Postfix.hs
+++ b/src/Propellor/Property/Postfix.hs
@@ -77,8 +77,8 @@ getMainCf name = parse . lines <$> readProcess "postconf" [name]
(_, v) -> v
parse [] = Nothing
--- | Checks if a main.cf field is set. A field that is set to ""
--- is considered not set.
+-- | Checks if a main.cf field is set. A field that is set to
+-- the empty string is considered not set.
mainCfIsSet :: String -> IO Bool
mainCfIsSet name = do
v <- getMainCf name