Skip to content

Commit e7e8a17

Browse files
author
Mohd Uzair
authored
Update models/controllers/meshsync.go
Signed-off-by: Mohd Uzair <muzair.shaikh810@gmail.com>
1 parent 051c6e8 commit e7e8a17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/controllers/meshsync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (ms *meshsync) GetStatus() MesheryControllerStatus {
5050
ms.status = Running
5151
broker := NewMesheryBrokerHandler(ms.kclient)
5252
brokerEndpoint, endpointErr := broker.GetEndpointForPort(brokerMonitoringPortName)
53-
if endpoint_err != nil {
53+
if endpointErr != nil {
5454
return ms.status
5555
}
5656
isConnected := ConnectivityTest(MeshSync, brokerEndpoint)

0 commit comments

Comments
 (0)