Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agutierrez8 committed Aug 23, 2023
1 parent f9e4133 commit e0ec32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/disk/disk_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func (r *diskResource) Delete(ctx context.Context, req resource.DeleteRequest, r
_, err = internal.AwaitOperation(ctx, dataResp.Operation, r.client.DiskOperationsApi.GetStorageDisksOperation)
if err != nil {
resp.Diagnostics.AddError("Failed to delete disk",
fmt.Sprintf("There was a deleting a disk: %s", err.Error()))
fmt.Sprintf("There was an error deleting a disk: %s", err.Error()))

return
}
Expand Down

0 comments on commit e0ec32b

Please sign in to comment.