Skip to content

Commit

Permalink
fix unexported type (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jan 10, 2021
1 parent 869337c commit 6f2beea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clab/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func (c *CLab) positionInitialization(nodeCfg *NodeConfig, kind string) string {
return c.Config.Topology.Defaults.Position
}

func (c *cLab) userInit(nodeCfg *NodeConfig, kind string) string {
func (c *CLab) userInit(nodeCfg *NodeConfig, kind string) string {
switch {
case nodeCfg.User != "":
return nodeCfg.User
Expand Down

0 comments on commit 6f2beea

Please sign in to comment.