summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 18:10:46 -0400
committerJoey Hess2014-04-01 18:10:46 -0400
commita1c43469f64ea50bb42693a3b1d0679ae03ab4fd (patch)
tree1f4e66c3a5d04b7d013d016f4721f8ae08f624ac /Propellor
parent2452a4425d4a1354c901dfa71d9b79d2dbea589f (diff)
propellor spin
Diffstat (limited to 'Propellor')
-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 8ca65938..bdc7b4b5 100644
--- a/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -23,7 +23,7 @@ builder arch crontimes = combineProperties "gitannexbuilder"
, serviceRunning "cron" `requires` Apt.installed ["cron"]
, User.accountFor builduser
, check (lacksdir builddir) $ userScriptProperty builduser
- [ "git clone https://github.com/joeyh/gitbuilder/"
+ [ "git clone https://github.com/joeyh/gitbuilder.git"
, "cd gitbuilder"
, "git checkout " ++ map toLower (show arch)
, "git clone https://git-annex.branchable.com/ build"