Browse Source

Resolved merge conflicts

pull/4363/head
MagnumOpus21 6 years ago
parent
commit
9d57b72e81
  1. 2
      agent/proxy/manager.go

2
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

Loading…
Cancel
Save