summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-06 13:21:19 -0400
committerJoey Hess2014-12-06 13:21:19 -0400
commit29442f222ec2342c6dea7036e80e15eefa4158c0 (patch)
treef29929e1d14f7aa8a7e8c662fcad237a3b7e143e /src/Propellor/Types.hs
parent62697c7b7f7ba2d39bfad632f1cf720c9805bdd2 (diff)
Reboot.atEnd
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index 64cb5fbb..f349a29a 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -204,5 +204,5 @@ fromVal NoVal = Nothing
type RunLog = [EndAction]
-- | An action that Propellor runs at the end, after trying to satisfy all
--- properties.
-data EndAction = EndAction Desc (Propellor Result)
+-- properties. It's passed the combined Result of the entire Propellor run.
+data EndAction = EndAction Desc (Result -> Propellor Result)