From c9c6d8f462edbf7a2174c226001dbc111680597f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 18:35:46 -0400 Subject: [PATCH] propellor spin --- Propellor/Property/SiteSpecific/GitAnnexBuilder.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]