diff options
Diffstat (limited to 'boot/mr_install.sh')
-rw-r--r-- | boot/mr_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mr_install.sh b/boot/mr_install.sh index 9bd56563..9238cf8b 100644 --- a/boot/mr_install.sh +++ b/boot/mr_install.sh @@ -102,5 +102,5 @@ resolvconf -u # Clone Gerrit repository and run docker containers cd /opt -git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO dcae-startup-vm-message-router +git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO /opt/startup-vm-message-router/demo ./mr_vm_init.sh |