docs: correcting shell command (#548)

Fixes #546
This commit is contained in:
toast-gear 2021-05-16 01:08:41 +01:00 committed by GitHub
parent 5309b1c02c
commit 57a7b8076f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ spec:
Apply the manifest file to your cluster:
```shell
$ kubectl apply -f runner.yaml
$ kubectl apply -f runnerdeployment.yaml
runnerdeployment.actions.summerwind.dev/example-runnerdeploy created
```