mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
The Nomad state store function was recently updated to validate certain parameters, fixing a panic condition. This change meant dummy FSM used for the snapshot state command was always failing this validation and the command no longer worked. This change adds the required parameter to pass validation and therefore makes the CLI command functional again.