Skip to content

Commit 7d6100c

Browse files
committed
Typo fix
1 parent 1ea3f94 commit 7d6100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (s *OutboundServer) Stop() {
8282
// NewOutboundServer - Will instanciate new outbound server
8383
func NewOutboundServer(addr string) (*OutboundServer, error) {
8484
if len(addr) < 2 {
85-
addr = os.Getenv("GOES_OUTBOUND_SERVER_ADDR")
85+
addr = os.Getenv("GOESL_OUTBOUND_SERVER_ADDR")
8686

8787
if addr == "" {
8888
return nil, fmt.Errorf(EInvalidServerAddr, addr)

0 commit comments

Comments
 (0)