diff options
| -rw-r--r-- | src/Propellor/Property.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs index 4da9acf3..339cb303 100644 --- a/src/Propellor/Property.hs +++ b/src/Propellor/Property.hs @@ -61,8 +61,6 @@ onChange = combineWith $ \p hook -> do -- With `onChange`, if y fails, the property x `onChange` y returns -- `FailedChange`. But if this property is applied again, it returns -- `NoChange`. This behavior can cause trouble... --- --- Use with caution. onChangeFlagOnFail :: (Combines (Property x) (Property y)) => FilePath |
