summaryrefslogtreecommitdiffstats
path: root/build/entrypoint
diff options
context:
space:
mode:
Diffstat (limited to 'build/entrypoint')
-rwxr-xr-xbuild/entrypoint2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/entrypoint b/build/entrypoint
index bafb76e9..d711f0f6 100755
--- a/build/entrypoint
+++ b/build/entrypoint
@@ -3,7 +3,7 @@
cmd=${1:-""}
case ${cmd} in
- "mco")
+ "orchestrator")
./orchestrator
;;