Fix typo for proxy

This commit is contained in:
Asim Aslam 2020-04-22 10:44:34 +01:00
parent bea092f082
commit e25ab9f4ca

View File

@ -108,7 +108,7 @@ func Proxy(service string, address []string) (string, []string, bool) {
hasProxy = true
}
if prx := os.Getenv("MICRO_NEWORK_ADDRESS"); len(prx) > 0 {
if prx := os.Getenv("MICRO_NETWORK_ADDRESS"); len(prx) > 0 {
address = []string{prx}
hasProxy = true
}