From ba52ed6d4206c69d1dab7a433ad1ad44fffd98ef Mon Sep 17 00:00:00 2001 From: AngelBob Date: Sun, 11 Jan 2015 05:39:16 +0000 Subject: [PATCH] Lets do lunch with cm-12.0 Change-Id: I36bf9dcc2d8b1ce4cb2fffd6ad40a2e7b30d221b --- vendorsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendorsetup.sh b/vendorsetup.sh index 221f24d0..f147273c 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1,4 +1,4 @@ -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'}) +for combo in $(curl -s https://raw.githubusercontent.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-12.0 | awk {'print $1'}) do add_lunch_combo $combo done