Skip to content

Commit

Permalink
Wrapped echo statement in quotes per last review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-g committed Mar 28, 2019
1 parent fcaae85 commit 9bb9ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-QWIKLABS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bb9ca3

Please sign in to comment.