diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2017-11-18 13:08:48 -0700 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-11-18 13:08:48 -0700 |
| commit | f5a46a14719136271e018ccd7ab94b656172b729 (patch) | |
| tree | 9c4cf4ef8304fe773dc214f52e75bc0c8d27c131 | |
| parent | d80c32d3e15163d9b54902982f23cac16b4dbdd8 (diff) | |
propertyList -> combineProperties to reduce noise
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 2 |
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" |
