From 66c3fca11cbf126ad38f20836d428a43c97627e7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Sep 2015 12:27:21 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs') 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 -- cgit v1.2.3