Skip to content

Commit

Permalink
fix: change AWSBackupReportPlan to BackupReportPlan
Browse files Browse the repository at this point in the history
  • Loading branch information
smittnacht committed Sep 26, 2024
1 parent 86a0650 commit 11c9922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/backup-report-plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (BackupReportPlanLister) List(_ context.Context, o interface{}) ([]resource
return resources, nil
}

const BackupReportPlanResource = "AWSBackupReportPlan"
const BackupReportPlanResource = "BackupReportPlan"

func init() {
registry.Register(&registry.Registration{
Expand Down

0 comments on commit 11c9922

Please sign in to comment.