From e236281b7a698d7ce77dc5d131882deaef74c279 Mon Sep 17 00:00:00 2001 From: toweber <> Date: Tue, 17 Dec 2024 15:31:08 +0100 Subject: [PATCH] formatting --- clab/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clab/config.go b/clab/config.go index e6abc8e10..331cfd0a0 100644 --- a/clab/config.go +++ b/clab/config.go @@ -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)