mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Merge pull request #6725 from hashicorp/bug-plugin-launcher-setconfig-error
SetConfig bug in plugin launcher tool
This commit is contained in:
@@ -209,7 +209,7 @@ func (c *Device) setConfig(spec hcldec.Spec, apiVersion string, config []byte, n
|
||||
}
|
||||
|
||||
req := &base.Config{
|
||||
PluginConfig: config,
|
||||
PluginConfig: cdata,
|
||||
AgentConfig: nmdCfg,
|
||||
ApiVersion: apiVersion,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user