Skip to content

Commit

Permalink
🧹 pluralize framework and frameworkmap resource (#632)
Browse files Browse the repository at this point in the history
queries, policies, assets, and controls are pluralized. framework and
frameworkmap should be for consistency
  • Loading branch information
jaym authored Jun 26, 2023
1 parent 18eb825 commit 509566a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policy/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const (
MRN_RESOURCE_QUERY = "queries"
MRN_RESOURCE_POLICY = "policies"
MRN_RESOURCE_ASSET = "assets"
MRN_RESOURCE_FRAMEWORK = "framework"
MRN_RESOURCE_FRAMEWORKMAP = "frameworkmap"
MRN_RESOURCE_FRAMEWORK = "frameworks"
MRN_RESOURCE_FRAMEWORKMAP = "frameworkmaps"
MRN_RESOURCE_CONTROL = "controls"
)

Expand Down

0 comments on commit 509566a

Please sign in to comment.