mirror of https://github.com/knative/docs.git
Addressing a kubectl typo in helloworld-scala README (#870)
This commit is contained in:
parent
0aba63a9e3
commit
e36f0d806f
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue