docs: nomad eval delete typo fix (#15667)

Status instead of Stauts
This commit is contained in:
dgotlieb
2023-01-03 21:18:03 +02:00
committed by GitHub
parent dab4d7ed7a
commit 089e6802d6

View File

@@ -55,7 +55,7 @@ Successfuly deleted 1 evaluation
Delete all evaluations with status `pending` for the `example` job:
```shell-session
$ nomad eval delete -filter='Stauts == "pending" and JobID == "example"'
$ nomad eval delete -filter='Status == "pending" and JobID == "example"'
Are you sure you want to delete 3 evals? [y/N] y
Successfuly deleted 3 evaluations