Skip to content

Commit e982878

Browse files
author
alyssa
committed
fix
1 parent 22d332c commit e982878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/memberlist.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func InitMemberList(advertiseAddr string, knownMembers []string, port int, proxy
3030
// i'm tired of fighting nomad/docker
3131
// just get this working
3232
log.Printf("hi %v\n", os.Getenv("FORCE_BIND_FDAA"))
33-
if os.Getenv("FORCE_BIND_FDEF") == "true" {
33+
if os.Getenv("FORCE_BIND_FDAA") == "true" {
3434
config.AdvertiseAddr = func() string {
3535
iface, err := net.InterfaceByName("eth0")
3636
if err != nil {

0 commit comments

Comments
 (0)