summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/PropellorRepo.hs
diff options
context:
space:
mode:
authorJoey Hess2016-01-03 16:56:00 -0400
committerJoey Hess2016-01-03 16:56:00 -0400
commitf86804fa27a2cf5b1972b14ab41e81edb85ad661 (patch)
tree11753dde33d0e6dd85feae84a727846fb6a3d088 /src/Propellor/Property/PropellorRepo.hs
parentb13e3f8d55c1b74123186c3178922b0809367f76 (diff)
refactor into smaller modules to untangle git and gpg modules
Diffstat (limited to 'src/Propellor/Property/PropellorRepo.hs')
-rw-r--r--src/Propellor/Property/PropellorRepo.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/PropellorRepo.hs b/src/Propellor/Property/PropellorRepo.hs
index d4c4abe5..d4fc089a 100644
--- a/src/Propellor/Property/PropellorRepo.hs
+++ b/src/Propellor/Property/PropellorRepo.hs
@@ -1,7 +1,7 @@
module Propellor.Property.PropellorRepo where
import Propellor.Base
-import Propellor.Git
+import Propellor.Git.Config
-- | Sets the url to use as the origin of propellor's git repository.
--