Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao committed Nov 27, 2024
1 parent 4a62250 commit 4711b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/resource_rolebinding.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func resourceRoleBindingCreate(ctx context.Context, d *schema.ResourceData, m in

clientSet, err := getClientSet(getFactoryFromMeta(m))
if err != nil {
return diag.FromErr(fmt.Errorf("ERROR_INIT_CLIENT_ON_CREATE_API_KEY: %w", err))
return diag.FromErr(fmt.Errorf("ERROR_INIT_CLIENT_ON_CREATE_ROLEBINDING: %w", err))
}
rb := &v1alpha1.RoleBinding{
TypeMeta: metav1.TypeMeta{
Expand Down

0 comments on commit 4711b3e

Please sign in to comment.