Skip to content

Commit

Permalink
Update internal/command/deploy/machines_deploymachinesapp.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kathryn Tan <[email protected]>
  • Loading branch information
fliepeltje and KTanAug21 authored Aug 14, 2024
1 parent 85a0b67 commit 6685082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/deploy/machines_deploymachinesapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ func (md *machineDeployment) warnAboutIncorrectListenAddress(ctx context.Context
}
}
}
if foundSockets > 0 {
if len(tcpServices) == 0 {
break
} else {
retries -= 1
Expand Down

0 comments on commit 6685082

Please sign in to comment.