diff options
Diffstat (limited to 'src/Propellor/Property.hs')
| -rw-r--r-- | src/Propellor/Property.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs index b90d5b86..e8d70a80 100644 --- a/src/Propellor/Property.hs +++ b/src/Propellor/Property.hs @@ -67,8 +67,7 @@ onChangeFlagOnFail -> Property x -> Property y -> CombinedType (Property x) (Property y) -onChangeFlagOnFail flagfile p1 p2 = - combineWith go p1 p2 +onChangeFlagOnFail flagfile = combineWith go where go s1 s2 = do r1 <- s1 |
