summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Reboot.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Reboot.hs')
-rw-r--r--src/Propellor/Property/Reboot.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Reboot.hs b/src/Propellor/Property/Reboot.hs
index ef0182d3..26b85840 100644
--- a/src/Propellor/Property/Reboot.hs
+++ b/src/Propellor/Property/Reboot.hs
@@ -4,6 +4,7 @@ import Propellor.Base
now :: Property NoInfo
now = cmdProperty "reboot" []
+ `assume` MadeChange
`describe` "reboot now"
-- | Schedules a reboot at the end of the current propellor run.