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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Reboot.hs b/src/Propellor/Property/Reboot.hs
index feb08694..161f2aee 100644
--- a/src/Propellor/Property/Reboot.hs
+++ b/src/Propellor/Property/Reboot.hs
@@ -86,7 +86,7 @@ toKernelNewerThan ver =
-- under a kernel version that's too old.
-- E.g. Sbuild.built can fail
-- to add the config line `union-type=overlay`
- else throwM $ StopPropellorException $
+ else stopPropellorMessage $
"kernel newer than "
++ ver
++ " not installed"