mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
Fixed typo in conman plugin
This commit is contained in:
parent
99eb87d806
commit
397bfa5b31
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ func (g *Conman) Generate(config *configurator.Config, opts ...util.Option) (gen
|
||||||
var (
|
var (
|
||||||
params = generator.GetParams(opts...)
|
params = generator.GetParams(opts...)
|
||||||
client = generator.GetClient(params)
|
client = generator.GetClient(params)
|
||||||
targetKey = params["targets"].(string) // required param
|
targetKey = params["target"].(string) // required param
|
||||||
target = config.Targets[targetKey]
|
target = config.Targets[targetKey]
|
||||||
eps []configurator.RedfishEndpoint = nil
|
eps []configurator.RedfishEndpoint = nil
|
||||||
err error = nil
|
err error = nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue