diff options
author | James Thomas <james.thomas@codethink.co.uk> | 2014-11-26 12:15:24 +0000 |
---|---|---|
committer | James Thomas <james.thomas@codethink.co.uk> | 2014-11-26 12:15:24 +0000 |
commit | f12c2b0fbfc79f0ae3eebaf9cd5c311ac9fa36eb (patch) | |
tree | cc6b6b1ad140de1677d39bf4be1c5ea3245f753f /open-source-lorries | |
parent | 744905c2a1711ab07f743c43d647cedb1971cc51 (diff) | |
download | lorries-f12c2b0fbfc79f0ae3eebaf9cd5c311ac9fa36eb.tar.gz |
Fix error in nvidia-jetson lorry
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/nvidia-jetson.lorry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/nvidia-jetson.lorry b/open-source-lorries/nvidia-jetson.lorry index cf127f5..569d5c7 100644 --- a/open-source-lorries/nvidia-jetson.lorry +++ b/open-source-lorries/nvidia-jetson.lorry @@ -15,7 +15,7 @@ "type": "git", "url": "git://github.com/NVIDIA/cbootimage-configs.git" }, - "nvidia/tegra-pinmux-scripts.git" { + "nvidia/tegra-pinmux-scripts": { "type": "git", "url": "git://github.com/NVIDIA/tegra-pinmux-scripts.git" } |