diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 13:39:55 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 13:39:55 -0400 |
| commit | 34fb53e8cc37b7d0e4f280e78c0b200674bc94ca (patch) | |
| tree | d2fca1c470eaf7cb81d83f738d790b02dc38c046 | |
| parent | 0ddf4f850d23e66fa087bebd30545acb3a91b8a8 (diff) | |
fix
| -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 |
