Skip to content

Commit

Permalink
Removed line break from code snippet that caused code to not work in
Browse files Browse the repository at this point in the history
Cloud Shell
  • Loading branch information
tm-g committed Mar 28, 2019
1 parent 37b281b commit fcaae85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README-QWIKLABS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcaae85

Please sign in to comment.