summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2017-03-19 11:43:55 -0700
committerSean Whitton2017-03-19 11:45:23 -0700
commit9d54717be5c894957bfc770315d45a13cc19cfe2 (patch)
tree4d60b936b85def934f5730c3239ceefc3f41cc6e /src/Propellor/Property/Sbuild.hs
parentdeda66755b5f4075909db3a5dcf45abb2c941f29 (diff)
shorten names of mirror properties
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 5755748a..00109381 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -128,7 +128,7 @@ data UseCcache = UseCcache | NoCcache
builtFor :: System -> UseCcache -> RevertableProperty DebianLike UnixLike
builtFor sys cc = go <!> deleted
where
- go = Apt.withHostMirror goDesc $ \u -> property' goDesc $ \w ->
+ go = Apt.withMirror goDesc $ \u -> property' goDesc $ \w ->
case schrootFromSystem sys of
Just s -> ensureProperty w $
setupRevertableProperty $ built s u cc