mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* fix plugin launcher SetConfig msgpack params The plugin launcher tool was passing the wrong byte array into `SetConfig`, resulting in msgpack decoding errors. This was fixed ina949050(#6725) but accidentally reverted in6aff18d(#6590). Co-Authored-By: Chris Baker <1675087+cgbaker@users.noreply.github.com>