summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-01-03 16:57:23 -0400
committerJoey Hess <joeyh@joeyh.name>2016-01-03 16:57:23 -0400
commit6a700a2a1c40332bf4961b5ea4122d4bd2bd7996 (patch)
tree8fc25d3120cef650166db4a8ccabd7504f68f290 /src/Propellor/Property
parent3f5cc046915a9f64c31a6d48aaef5254f5eb7598 (diff)
parentfc6b042daf2a1714485373cec1c7475855799f71 (diff)
Merge branch 'joeyconfig'
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.
--