Skip to content

Commit

Permalink
[chore] Rename report -> consensus (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-cordenier authored Apr 24, 2024
1 parent add4946 commit 6d01895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/capabilities/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (c CapabilityType) String() string {
case CapabilityTypeAction:
return "action"
case CapabilityTypeConsensus:
return "report"
return "consensus"
case CapabilityTypeTarget:
return "target"
}
Expand Down

0 comments on commit 6d01895

Please sign in to comment.