diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-01-03 16:56:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-01-03 16:56:00 -0400 |
| commit | f86804fa27a2cf5b1972b14ab41e81edb85ad661 (patch) | |
| tree | 11753dde33d0e6dd85feae84a727846fb6a3d088 /src/Propellor/Spin.hs | |
| parent | b13e3f8d55c1b74123186c3178922b0809367f76 (diff) | |
refactor into smaller modules to untangle git and gpg modules
Diffstat (limited to 'src/Propellor/Spin.hs')
| -rw-r--r-- | src/Propellor/Spin.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Spin.hs b/src/Propellor/Spin.hs index bda146cc..6246b04f 100644 --- a/src/Propellor/Spin.hs +++ b/src/Propellor/Spin.hs @@ -21,6 +21,7 @@ import Propellor.Base import Propellor.Protocol import Propellor.PrivData.Paths import Propellor.Git +import Propellor.Git.Config import Propellor.Ssh import Propellor.Gpg import Propellor.Bootstrap |
