Skip to content

Commit

Permalink
Update determiner.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aasifkhan7 authored Dec 29, 2024
1 parent a287bed commit abbcafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/determiner/determiner.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (d *determiner) DetermineDeletion(ctx context.Context, info *cliresource.In
case resource.KindHorizontalPodAutoscaler:
return d.determineDeletionHorizontalPodAutoscaler(ctx, info)
case resource.KindNetworkPolicy:
return d.determineDeletionNetworkPolicy(info)
return d.determineDeletionNetworkPolicy(info)
default:
return false, fmt.Errorf("unsupported kind: %s/%s", kind, info.Name)
}
Expand Down

0 comments on commit abbcafa

Please sign in to comment.