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

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
```