Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
toweber committed Dec 17, 2024
1 parent 821ab8b commit e236281
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 @@ -264,7 +264,7 @@ func (c *CLab) createNodeCfg(nodeName string, nodeDef *types.NodeDefinition, idx

noProxy = noProxy + "," + strings.Join(noProxyList, ",")

nodeCfg.Env["no_proxy"] = noProxy
nodeCfg.Env["no_proxy"] = noProxy
nodeCfg.Env["NO_PROXY"] = noProxy

log.Debugf("node config: %+v", nodeCfg)
Expand Down

0 comments on commit e236281

Please sign in to comment.