diff options
Diffstat (limited to 'src')
| -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" |
