aboutsummaryrefslogtreecommitdiff
path: root/envsetup.sh
diff options
context:
space:
mode:
authorGreg Kaiser <gkaiser@google.com>2023-11-02 16:54:27 +0000
committerGreg Kaiser <gkaiser@google.com>2023-11-02 16:59:23 +0000
commit9a5a52625777fb9c380095f54fe4d93f72b9a2a5 (patch)
tree20bf603c683c7641ede68d7fb344023404d88ae8 /envsetup.sh
parent492220c6957f7de301859e0c84af595416bb6a46 (diff)
downloadbuild-9a5a52625777fb9c380095f54fe4d93f72b9a2a5.tar.gz
Fix example lunch target
We make this example valid for trunk stable. Bug: 307738446 Test: lunch command Change-Id: I25a142f1b87facebdcf2751f3f4cb68a0738945d
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh
index 3b76980566..c20837bfd3 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -776,7 +776,7 @@ function lunch()
else
print_lunch_menu
echo "Which would you like? [aosp_arm-trunk_staging-eng]"
- echo -n "Pick from common choices above (e.g. 13) or specify your own (e.g. aosp_barbet-eng): "
+ echo -n "Pick from common choices above (e.g. 13) or specify your own (e.g. aosp_barbet-trunk_staging-eng): "
read answer
used_lunch_menu=1
fi