summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index 3449dc69..f2a2f012 100644
--- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -104,7 +104,7 @@ autoBuilderContainer mkprop osver@(System _ arch) flavor crontime timeout =
& buildDepsApt
& autobuilder arch crontime timeout
where
- name = arch ++ "-git-annex-builder"
+ name = arch ++ fromMaybe "" flavor ++ "-git-annex-builder"
bootstrap = Chroot.debootstrapped osver mempty
type Flavor = Maybe String