mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-19 19:17:01 -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 (
|
||||
params = generator.GetParams(opts...)
|
||||
client = generator.GetClient(params)
|
||||
targetKey = params["targets"].(string) // required param
|
||||
targetKey = params["target"].(string) // required param
|
||||
target = config.Targets[targetKey]
|
||||
eps []configurator.RedfishEndpoint = nil
|
||||
err error = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue