diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-02-26 10:55:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-02-26 10:55:21 -0400 |
| commit | 071921d11056527fc307e243b603bfc83d49555e (patch) | |
| tree | 1fb5c8f7aeb4a1babbd13ca0622333fa5e8d5433 /src/Propellor/Property.hs | |
| parent | c716d1a0d4b18737b133ba9cc23c97388f72f5c0 (diff) | |
| parent | 0cba8dec39447f030c0f765d1d84a1c2466b9bfc (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property.hs')
| -rw-r--r-- | src/Propellor/Property.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs index eee1409c..fe99a3fd 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 (FooBuntu release) arch)) -> ... +-- > (Just (System (Buntish release) arch)) -> ... -- > Nothing -> ... withOS :: Desc -> (Maybe System -> Propellor Result) -> Property NoInfo withOS desc a = property desc $ a =<< getOS |
