Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Jan 16, 2025
1 parent 0e58602 commit 41cf9c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/conduit/root/connectorplugins/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func (c *ListCommand) ExecuteWithClient(ctx context.Context, client *api.Client)
resp, err := client.ConnectorServiceClient.ListConnectorPlugins(ctx, &apiv1.ListConnectorPluginsRequest{
Name: regex,
})

if err != nil {
return fmt.Errorf("failed to list pipelines: %w", err)
}
Expand Down

0 comments on commit 41cf9c7

Please sign in to comment.