Addressing a kubectl typo in helloworld-scala README (#870)

This commit is contained in:
Viktor Klang (√) 2019-02-04 17:44:39 +01:00 committed by Knative Prow Robot
parent 0aba63a9e3
commit e36f0d806f
1 changed files with 1 additions and 1 deletions

View File

@ -132,5 +132,5 @@ curl -v -H "Host: helloworld-scala.default.example.com" http://$SERVING_GATEWAY
## Cleanup
```shell
kubetl delete --filename helloworld-scala.yaml
kubectl delete --filename helloworld-scala.yaml
```