diff options
Diffstat (limited to 'build/entrypoint')
-rwxr-xr-x | build/entrypoint | 2 |
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 ;; |