summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 13:39:55 -0400
committerJoey Hess2014-03-30 13:39:55 -0400
commit34fb53e8cc37b7d0e4f280e78c0b200674bc94ca (patch)
treed2fca1c470eaf7cb81d83f738d790b02dc38c046
parent0ddf4f850d23e66fa087bebd30545acb3a91b8a8 (diff)
fix
-rw-r--r--Propellor.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor.hs b/Propellor.hs
index f9f5ba83..91f130e4 100644
--- a/Propellor.hs
+++ b/Propellor.hs
@@ -1,5 +1,6 @@
import Property
import HostName
+import Utility.SafeCommand
import qualified Property.File as File
import qualified Property.Apt as Apt
import qualified Property.Ssh as Ssh