From d687ac59b2ae338a4342ead2047d3cef2570bab9 Mon Sep 17 00:00:00 2001 From: Abhisek Devkota Date: Sat, 14 Jan 2017 15:09:05 -0800 Subject: [PATCH] vendorsetup: match lineage naming for build roster Change-Id: Ic8853443faf74a864ac14e7b29bd3c885083f63a --- vendorsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendorsetup.sh b/vendorsetup.sh index 08482e5c..b520579d 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1,4 +1,4 @@ -for combo in $(curl -s https://raw.githubusercontent.com/LineageOS/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-13.0 | awk '{printf "cm_%s-%s\n", $1, $2}') +for combo in $(curl -s https://raw.githubusercontent.com/LineageOS/hudson/master/lineage-build-targets | sed -e 's/#.*$//' | grep cm-13.0 | awk '{printf "cm_%s-%s\n", $1, $2}') do add_lunch_combo $combo done