Skip to content

Commit

Permalink
fix: Roles in sdk config
Browse files Browse the repository at this point in the history
  • Loading branch information
kpears201 committed Oct 3, 2024
1 parent 029c481 commit 462b6cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sdks/ripple/sdk.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
{
"module": "LifecycleManagement",
"manage": [
"xrn:firebolt:capability:lifecycle:state",
"xrn:firebolt:capability:lifecycle:launch"
"xrn:firebolt:capability:lifecycle:state"
],
"provide": [
"xrn:firebolt:capability:lifecycle:state"
"xrn:firebolt:capability:lifecycle:state",
"xrn:firebolt:capability:lifecycle:launch"
]
},
{
Expand Down

0 comments on commit 462b6cc

Please sign in to comment.