Skip to content

Commit

Permalink
Update server/models/remote_provider.go
Browse files Browse the repository at this point in the history
Signed-off-by: Mohd Uzair <[email protected]>
  • Loading branch information
MUzairS15 authored Sep 20, 2023
1 parent 466c9b1 commit 36cc5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/models/remote_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ func (l *RemoteProvider) GetMesheryPatterns(tokenString string, page, pageSize,
}

if resp.StatusCode == http.StatusOK {
logrus.Infof("design successfully retrieved from remote provider")
logrus.Infof("designs successfully retrieved from remote provider")
return bdr, nil
}
logrus.Errorf("error while fetching design: %s", bdr)
Expand Down

0 comments on commit 36cc5cc

Please sign in to comment.