cm: Update URL pointing to cm-build-targets

* Seems like GitHub changed the URL for raw content

Change-Id: I37142e93ec0b998f5ebb4cab9ae29293e444cd73
This commit is contained in:
Arne Coucheron 2014-04-28 06:14:47 +02:00
parent 983e830151
commit 0b86c974f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
for combo in $(curl -s https://raw.github.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-11.0 | awk {'print $1'})
for combo in $(curl -s https://raw.githubusercontent.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-11.0 | awk {'print $1'})
do
add_lunch_combo $combo
done