summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property')
-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.
--