Skip to content

Commit

Permalink
add name to module buf yaml config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Jan 23, 2025
1 parent cd357f0 commit a496cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ignite/pkg/cosmosbuf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type (
// Module represents the buf.yaml module.
Module struct {
Path string `yaml:"path"`
Name string `yaml:"name"`
}
)

Expand Down

0 comments on commit a496cf1

Please sign in to comment.