diff options
| -rw-r--r-- | Propellor.hs | 1 |
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 |
