open-nomad/.changelog/14992.txt
Luiz Aoqui 593e48e826
cli: prevent panic on operator debug (#14992)
If the API returns an error during debug bundle collection the CLI was
expanding the wrong error object, resulting in a panic since `err` is
`nil`.
2022-10-20 15:53:58 -04:00

4 lines
113 B
Plaintext

```release-note:bug
cli: prevent a panic when the Nomad API returns an error while collecting a debug bundle
```