From fcaae85da36fee6dc4c6f9ccba671e4c4ccfb8ef Mon Sep 17 00:00:00 2001 From: Tyler Mobray Date: Thu, 28 Mar 2019 09:28:39 -0700 Subject: [PATCH] Removed line break from code snippet that caused code to not work in Cloud Shell --- README-QWIKLABS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README-QWIKLABS.md b/README-QWIKLABS.md index 66ef870..efbdf05 100644 --- a/README-QWIKLABS.md +++ b/README-QWIKLABS.md @@ -191,8 +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