summaryrefslogtreecommitdiff
path: root/Propellor/Property/Reboot.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Property/Reboot.hs')
-rw-r--r--Propellor/Property/Reboot.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Reboot.hs b/Propellor/Property/Reboot.hs
index 1a419d60..25e53159 100644
--- a/Propellor/Property/Reboot.hs
+++ b/Propellor/Property/Reboot.hs
@@ -1,6 +1,6 @@
module Propellor.Property.Reboot where
-import Propellor.Common
+import Propellor
now :: Property
now = cmdProperty "reboot" []