diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-01-21 12:31:26 +1100 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-01-21 12:31:26 +1100 |
| commit | 012e34cab65b2b25f5268b9bcec8437c310f9408 (patch) | |
| tree | 8d60fa8bdd3566c558984630382771000c5f899d /src/Propellor/Property.hs | |
| parent | 0b2db49c28a44cfd4f734135e4e55ba16afc139a (diff) | |
| parent | ec3b4dc95590e89d066edf445f35bdbc1aee40e4 (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 8f51035b..06145333 100644 --- a/src/Propellor/Property.hs +++ b/src/Propellor/Property.hs @@ -263,7 +263,7 @@ isNewerThan x y = do -- -- For example: -- --- > upgraded :: UnixLike +-- > upgraded :: Property (DebianLike + FreeBSD) -- > upgraded = (Apt.upgraded `pickOS` Pkg.upgraded) -- > `describe` "OS upgraded" -- |
