summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 18:35:46 -0400
committerJoey Hess2014-04-01 18:35:46 -0400
commitc9c6d8f462edbf7a2174c226001dbc111680597f (patch)
treefc986d2b4f9f4c146428f093e2b6e97c90de16ff /Propellor/Property
parent526b59d2bc8d858601a52b89dbdc6054969e024b (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/SiteSpecific/GitAnnexBuilder.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index 04f631fb..c8173b81 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"
]