Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: MUzairS15 <[email protected]>
  • Loading branch information
MUzairS15 committed Jan 15, 2024
1 parent 03ee2b1 commit aa42b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/controllers/meshsync.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ func (ms *meshsync) GetVersion() (string, error) {
if err != nil {
return "", err
}

meshsyncresource, err := meshsyncclient.CoreV1Alpha1().MeshSyncs("meshery").Get(context.TODO(), "meshery-meshsync", metav1.GetOptions{})

if err != nil {
return "", err
}
Expand Down

0 comments on commit aa42b80

Please sign in to comment.