commit | 5151ddc13f65fc75e8f183678847630b8d518e6d | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Thu Oct 13 23:05:15 2022 +0000 |
committer | LaMont Jones <lamontjones@google.com> | Thu Oct 13 23:05:15 2022 +0000 |
tree | 19d7e792e4915d825321014bbdb93fcee1acf4b9 | |
parent | 1c5f813bf0ece71587acf5d8f71f14194046d7e8 [diff] [blame] |
envsetup.sh: fix typo in multitree_lunch Run lunch, not the orchestrator. Change-Id: Ib0d81bddce4dea8b4daa51e3399d0adc4f9c8e64
diff --git a/envsetup.sh b/envsetup.sh index eee7dbc..bc206c4 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -427,7 +427,7 @@ # message, instead of FileNotFound. local T=$(multitree_gettop) if [ -n "$T" ]; then - "$T/orchestrator/build/orchestrator/core/orchestrator.py" "$@" + "$T/orchestrator/build/orchestrator/core/lunch.py" "$@" else _multitree_lunch_error return 1