From 116515991c4eb230a6134559f82afa9859a59e8f Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Mon, 17 Apr 2017 09:47:26 +0200 Subject: [PATCH] Fix lunch names in vendorsetup.sh Change-Id: Ic2daf7ae920126fa6af420225bf9eac101c534e3 --- vendorsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendorsetup.sh b/vendorsetup.sh index b520579d..41f28c2e 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1,4 +1,4 @@ -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}') +for combo in $(curl -s https://raw.githubusercontent.com/LineageOS/hudson/master/lineage-build-targets | sed -e 's/#.*$//' | grep cm-13.0 | awk '{printf "lineage_%s-%s\n", $1, $2}') do add_lunch_combo $combo done