Merge pull request #6725 from hashicorp/bug-plugin-launcher-setconfig-error

SetConfig bug in plugin launcher tool
This commit is contained in:
Chris Baker
2019-11-19 09:22:19 -06:00
committed by GitHub

View File

@@ -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,
}