mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
When monitoring the replacement allocation, if the `Allocations().Info()` request fails, the `alloc` variable is `nil`, so it should not be read.
4 lines
116 B
Plaintext
4 lines
116 B
Plaintext
```release-note:bug
|
|
cli: Fix a panic in the `nomad job restart` command when monitoring replacement allocations
|
|
```
|