From 5f74d4afb1cebeb03d3b549c02fede31e8e90469 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 30 Jan 2019 17:55:08 -0500 Subject: [PATCH] polishing --- cloudfoundry/runCFAcceptanceTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudfoundry/runCFAcceptanceTests.sh b/cloudfoundry/runCFAcceptanceTests.sh index 8d6449e..fccfdbc 100755 --- a/cloudfoundry/runCFAcceptanceTests.sh +++ b/cloudfoundry/runCFAcceptanceTests.sh @@ -39,7 +39,7 @@ function prepare_ticktock_latest_with_rabbit_binder() { cf push -f ./cf-manifests/log-sink-manifest.yml - cf app ticktock-log-sink131 > /tmp/ticktock-log-sink-route.txt + cf app ticktock-log-sink > /tmp/ticktock-log-sink-route.txt TICKTOCK_LOG_SINK_ROUTE=`grep routes /tmp/ticktock-log-sink-route.txt | awk '{ print $2 }'`