From 9bb9ca323af67060f3ff194023995b2ffe2bc87c Mon Sep 17 00:00:00 2001 From: Tyler Mobray Date: Thu, 28 Mar 2019 13:40:40 -0700 Subject: [PATCH] Wrapped echo statement in quotes per last review comment --- README-QWIKLABS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-QWIKLABS.md b/README-QWIKLABS.md index efbdf05..1718c1b 100644 --- a/README-QWIKLABS.md +++ b/README-QWIKLABS.md @@ -191,7 +191,7 @@ Once the app has been deployed, it can be viewed in the [Workload](https://conso Incidentally, the endpoint can be programmatically acquired using the following command: ```console -echo http://$(kubectl get svc tracing-demo -n default -ojsonpath='{.status.loadBalancer.ingress[0].ip}') +echo "http://$(kubectl get svc tracing-demo -n default -ojsonpath='{.status.loadBalancer.ingress[0].ip}')" ``` ## Validation