Skip to content

Commit

Permalink
Update internal/services/apicenter/api_center_environment_resource.go
Browse files Browse the repository at this point in the history
Co-authored-by: stephybun <[email protected]>
  • Loading branch information
favoretti and stephybun authored Feb 26, 2025
1 parent 1383fc1 commit 6def0a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ func (r ApiCenterEnvironmentResource) Delete() sdk.ResourceFunc {
}

if _, err = client.Delete(ctx, *id); err != nil {
return fmt.Errorf("deleting ApiCenter Environment %s: %+v", *id, err)
return fmt.Errorf("deleting %s: %+v", *id, err)
}

return nil
Expand Down

0 comments on commit 6def0a4

Please sign in to comment.