From f5a46a14719136271e018ccd7ab94b656172b729 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 18 Nov 2017 13:08:48 -0700 Subject: propertyList -> combineProperties to reduce noise --- src/Propellor/Property/Sbuild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Sbuild.hs') 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" -- cgit v1.2.3