Skip to content

Commit f7b0116

Browse files
committed
revert: undo kubectl delete syntax change
Reverting kubectl command back to original syntax as requested.
1 parent 09f334f commit f7b0116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/versioned/eventing/channels/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ You can delete a Subscription by using the `kn` or `kubectl` CLI tools.
224224

225225
=== "kubectl"
226226
```bash
227-
kubectl delete subscription <subscription-name>
227+
kubectl subscription delete <subscription-name>
228228
```
229229

230230
## Next steps

0 commit comments

Comments
 (0)