Skip to content

Commit

Permalink
Fix close quotes and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
s-rubenstein committed Apr 10, 2024
1 parent 8839b2e commit e30570f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1340,16 +1340,16 @@ resourceTypes = {
snapshot-builder-request = {
actionPatterns = {
get = {
description = "Get or list the snapshot builder request
description = "Get or list the snapshot builder request"
}
update = {
description = "Get or list the snapshot builder request
description = "Update the snapshot builder request"
}
delete = {
description = "Get or list the snapshot builder request
description = "Delete the snapshot builder request"
}
approve = {
description = "Approve or reject the snapshot builder request
description = "Approve or reject the snapshot builder request"
}
}
ownerRoleName = "owner"
Expand Down

0 comments on commit e30570f

Please sign in to comment.