summaryrefslogtreecommitdiff
path: root/Property
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 02:26:23 -0400
committerJoey Hess2014-03-30 02:28:08 -0400
commit0039fb6b5623fc7a690fa2a2d3fe20214de236d6 (patch)
treea262465f02d245943e943cd91926992660e46713 /Property
parentd50e4dedb20054877916191d66d537defb738667 (diff)
property lists
Diffstat (limited to 'Property')
-rw-r--r--Property/Reboot.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Property/Reboot.hs b/Property/Reboot.hs
index 63987ad3..b6e3030e 100644
--- a/Property/Reboot.hs
+++ b/Property/Reboot.hs
@@ -1,7 +1,6 @@
module Property.Reboot where
import Property
-import Utility.SafeCommand
-now -> Property
+now :: Property
now = cmdProperty "reboot" []