diff --git a/agent/proxy/manager.go b/agent/proxy/manager.go index 724ed39b4..65ffff738 100644 --- a/agent/proxy/manager.go +++ b/agent/proxy/manager.go @@ -433,7 +433,7 @@ func (m *Manager) newProxy(mp *local.ManagedProxy) (Proxy, error) { return nil, fmt.Errorf("error configuring proxy logs: %s", err) } - // Pass in the environmental variables for this proxy process + // Pass in the environmental variables for the proxy process cmd.Env = os.Environ() // Build the daemon structure