summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2017-11-18 13:08:48 -0700
committerSean Whitton2017-11-18 13:08:48 -0700
commitf5a46a14719136271e018ccd7ab94b656172b729 (patch)
tree9c4cf4ef8304fe773dc214f52e75bc0c8d27c131 /src/Propellor/Property/Sbuild.hs
parentd80c32d3e15163d9b54902982f23cac16b4dbdd8 (diff)
propertyList -> combineProperties to reduce noise
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 048b5cf1..d1edd5ac 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -141,7 +141,7 @@ built' cc (Props ps) suite arch = provisioned <!> deleted
where
desc = "no sbuild schroot for " ++ suiteArch
- conf suite' arch' = propertyList "sbuild config file" $ props
+ conf suite' arch' = combineProperties "sbuild config file" $ props
& pair "description" (suite' ++ "/" ++ arch' ++ " autobuilder")
& pair "groups" "root,sbuild"
& pair "root-groups" "root,sbuild"