Skip to content

Commit

Permalink
add missing assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
karimra committed Jun 21, 2021
1 parent d64214c commit e410d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clab/ceos.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func ceosPostDeploy(ctx context.Context, c *CLab, node *types.NodeConfig, lworke
func (c *CLab) initCeosNode(nodeCfg *types.NodeConfig) error {
var err error

c.Config.Topology.GetNodeConfig(nodeCfg.ShortName)
nodeCfg.Config, err = c.Config.Topology.GetNodeConfig(nodeCfg.ShortName)
if err != nil {
return err
}
Expand Down

0 comments on commit e410d5f

Please sign in to comment.