From 80077de3c2906fd713e725ed2a753d771f111b3b Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Wed, 22 Feb 2017 15:22:05 +0000 Subject: Changed due to change in LF repo naming Change-Id: Ib898c57b6a79a2338eff1c38a7e37fb10f27b876 Signed-off-by: Carsten Lund --- .../dcae-controller-core-utils/src/main/server/bin/dmaap_mr_prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcae-controller-core/dcae-controller-core-utils/src/main/server/bin/dmaap_mr_prep.sh b/dcae-controller-core/dcae-controller-core-utils/src/main/server/bin/dmaap_mr_prep.sh index 6bcb1c0..24fbcb0 100644 --- a/dcae-controller-core/dcae-controller-core-utils/src/main/server/bin/dmaap_mr_prep.sh +++ b/dcae-controller-core/dcae-controller-core-utils/src/main/server/bin/dmaap_mr_prep.sh @@ -5,7 +5,7 @@ GITREPO=$1 cd /opt/app git -c http.sslVerify=false clone $GITREPO -cd dcae-startup-vm-message-router/ +cd message-router/ ./deploy.sh -- cgit 1.2.3-korg