Skip to content

Commit 4031900

Browse files
tedyuyutedz
authored andcommitted
fix variable name
1 parent a346460 commit 4031900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/cloud/node_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ func nodeAddressesChangeDetected(addressSet1, addressSet2 []v1.NodeAddress) bool
388388
}
389389

390390
for _, v := range addressSet2 {
391-
if addressMap2[v.Type] != v.Address {
391+
if addressMap1[v.Type] != v.Address {
392392
return true
393393
}
394394
}

0 commit comments

Comments
 (0)