mirror of https://github.com/knative/docs.git
Fix missing hyphen in eventing getting started guide (#2719)
This commit is contained in:
parent
d5864bcddb
commit
9c4a13f040
|
@ -63,7 +63,7 @@ demonstrate how you can configure your event producers to target a specific cons
|
|||
command:
|
||||
|
||||
```
|
||||
kubectl -n event-example apply -f << EOF
|
||||
kubectl -n event-example apply -f - << EOF
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
|
Loading…
Reference in New Issue