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