Skip to content

Commit

Permalink
Update models/controllers/meshsync.go
Browse files Browse the repository at this point in the history
Signed-off-by: Mohd Uzair <[email protected]>
  • Loading branch information
Mohd Uzair authored and gyohuangxin committed Mar 11, 2024
1 parent 7c32def commit 8523577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/controllers/meshsync.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (ms *meshsync) GetStatus() MesheryControllerStatus {
ms.status = Running
broker := NewMesheryBrokerHandler(ms.kclient)
brokerEndpoint, endpointErr := broker.GetEndpointForPort(brokerMonitoringPortName)
if endpoint_err != nil {
if endpointErr != nil {
return ms.status
}
isConnected := ConnectivityTest(MeshSync, brokerEndpoint)
Expand Down

0 comments on commit 8523577

Please sign in to comment.