summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-05 15:12:54 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-05 15:12:54 +0000
commitfc74b5dbc46273176115af4c2282735ef13c5810 (patch)
treea4ca39820aabb2a0102948a2a1f76b2c3749d9bd
parent128ee681286d383b68e1699b6ed6fb7d471e3178 (diff)
downloadlorries-fc74b5dbc46273176115af4c2282735ef13c5810.tar.gz
Fixed syntax error and removed unneeded refspecs in DLT-daemon.lorry
-rw-r--r--active/DLT-daemon.lorry6
1 files changed, 2 insertions, 4 deletions
diff --git a/active/DLT-daemon.lorry b/active/DLT-daemon.lorry
index 5effc6f..fac95b7 100644
--- a/active/DLT-daemon.lorry
+++ b/active/DLT-daemon.lorry
@@ -1,8 +1,6 @@
{
"DLT-daemon": {
"type": "git",
- "url": "http://git.projects.genivi.org/dlt-daemon.git",
- "refspecs": [
- "master"
- ]
+ "url": "http://git.projects.genivi.org/dlt-daemon.git"
+ }
}