summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-05 14:48:10 +0000
committerBen Brewer <benbrewer@codethink.co.uk>2012-11-05 14:48:10 +0000
commit4492c567859364e52a7ae56ac914b3b3b91f608f (patch)
treec8a81fa071cd695cd7240f48a3a3bbbf9bdb5ea4
parent026bbefa4e16775d94e176ba1bd91bf997817923 (diff)
downloadlorries-4492c567859364e52a7ae56ac914b3b3b91f608f.tar.gz
Fix syntax error in llvm lorry
-rw-r--r--active/llvm.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/active/llvm.lorry b/active/llvm.lorry
index 270ef91..4a6663f 100644
--- a/active/llvm.lorry
+++ b/active/llvm.lorry
@@ -1,6 +1,6 @@
{
"llvm": {
"type": "git",
- "url": "clone http://llvm.org/git/llvm.git"
+ "url": "http://llvm.org/git/llvm.git"
}
}