From 0b86c974f0a1d7c83e81f22f1357585f5a658790 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Mon, 28 Apr 2014 06:14:47 +0200 Subject: [PATCH] cm: Update URL pointing to cm-build-targets * Seems like GitHub changed the URL for raw content Change-Id: I37142e93ec0b998f5ebb4cab9ae29293e444cd73 --- vendorsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendorsetup.sh b/vendorsetup.sh index a6ebd308..221f24d0 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -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