summaryrefslogtreecommitdiffstats
path: root/build/entrypoint
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2020-06-19 13:18:14 -0700
committerRitu Sood <ritu.sood@intel.com>2020-06-19 13:28:08 -0700
commit1f6c1d5d3750fbcfaadd1788ac47f28dd3708423 (patch)
tree000df495e815c574850fe0ee4585dcb378d0fe75 /build/entrypoint
parent7b860ae60bf9686b449ab2fe3f18c33944bdd71c (diff)
Update to fix inconsistent naming
Dockerfile and Kunernetes resource files use inconsistent names. This patch is to fix inconsistent names. Issue-ID: MULTICLOUD-1065 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Change-Id: If7ea6d9ecf55196be5400ea5d2b4d3ce42f99b0f
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
;;