Update first-trigger.md (#4210)

fix command with the right parameters. `kn trigger delete cloudevents-trigger`
This commit is contained in:
Mohamed Shahat 2021-09-09 15:27:58 +01:00 committed by GitHub
parent d8897e9e73
commit c4c85d2255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ You may need to refresh the page to see your changes.
??? question "What if I want to filter on CloudEvent attributes?"
First, delete your existing Trigger:
```bash
kn trigger delete cloudevents-player
kn trigger delete cloudevents-trigger
```
Now let's add a Trigger that listens for a certain CloudEvent Type
```bash