diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-07-21 11:18:15 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-07-21 11:18:15 -0400 |
| commit | 512137a4d9c05534f94e22cd5c0d6157d2d0ef2b (patch) | |
| tree | 22c41e2bee6e57df9b4bfcc800b0663ed1fafd01 /src | |
| parent | 1ea376cf10807778e693a2109154f143fc0f8d1d (diff) | |
language
Diffstat (limited to 'src')
| -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 0fa8f17e..b90d5b86 100644 --- a/src/Propellor/Property.hs +++ b/src/Propellor/Property.hs @@ -54,7 +54,7 @@ onChange = combineWith $ \p hook -> do return $ r <> r' _ -> return r --- | Same than `onChange` except that if property y fails, a flag file +-- | Same as `onChange` except that if property y fails, a flag file -- is generated. On next run, if the flag file is present, property y -- is executed even if property x doesn't change. -- |
