diff --git a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs index 04f631f..c8173b8 100644 --- a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs +++ b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs @@ -28,7 +28,7 @@ builder arch crontimes = combineProperties "gitannexbuilder" , "git checkout " ++ map toLower (show arch) ] `describe` "gitbuilder setup" - , check (lacksdir $ builddir "git-annex") $ userScriptProperty builduser + , check (lacksdir $ builddir "build") $ userScriptProperty builduser [ "cd " ++ builddir , "git clone git://git-annex.branchable.com/ build" ]