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 6fad40e commit c103792
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 @@ -1593,7 +1593,7 @@ func (l *RemoteProvider) GetCatalogMesheryPatterns(tokenString string, page, pag

ep, _ := l.Capabilities.GetEndpointForFeature(MesheryPatternsCatalog)

logrus.Infof("attempting to fetch catalog design from cloud")
logrus.Infof("attempting to fetch catalog designs from cloud")

remoteProviderURL, _ := url.Parse(l.RemoteProviderURL + ep)
q := remoteProviderURL.Query()
Expand Down

0 comments on commit c103792

Please sign in to comment.