summaryrefslogtreecommitdiff
path: root/src/Propellor/Property.hs
diff options
context:
space:
mode:
authorJoey Hess2016-02-24 17:12:43 -0400
committerJoey Hess2016-02-24 17:12:43 -0400
commitc716d1a0d4b18737b133ba9cc23c97388f72f5c0 (patch)
tree7be06dd25e433685d921c8ce344bd5f9d2cb03d2 /src/Propellor/Property.hs
parenta2323b58c2edba99f06d7810b95da05aecb20b5f (diff)
parent90219e30615e09779469ceae272cf41943d43585 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property.hs')
-rw-r--r--src/Propellor/Property.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs
index a83bffc4..eee1409c 100644
--- a/src/Propellor/Property.hs
+++ b/src/Propellor/Property.hs
@@ -255,7 +255,7 @@ isNewerThan x y = do
--
-- > myproperty = withOS "foo installed" $ \o -> case o of
-- > (Just (System (Debian suite) arch)) -> ...
--- > (Just (System (Ubuntu release) arch)) -> ...
+-- > (Just (System (FooBuntu release) arch)) -> ...
-- > Nothing -> ...
withOS :: Desc -> (Maybe System -> Propellor Result) -> Property NoInfo
withOS desc a = property desc $ a =<< getOS