Update to fix inconsistent naming
[multicloud/k8s.git] / build / entrypoint
index bafb76e..d711f0f 100755 (executable)
@@ -3,7 +3,7 @@
 cmd=${1:-""}
 
 case ${cmd} in
-   "mco")
+   "orchestrator")
       ./orchestrator
       ;;