Skip to content

Commit

Permalink
fix label cap (#16236)
Browse files Browse the repository at this point in the history
  • Loading branch information
eutopian authored Feb 5, 2025
1 parent 3a7cfeb commit 4fefe91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/address_book.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ var (
)

type TypeAndVersion struct {
Type ContractType `json:"type"`
Version semver.Version `json:"version"`
Labels LabelSet `json:"labels,omitempty"`
Type ContractType `json:"Type"`
Version semver.Version `json:"Version"`
Labels LabelSet `json:"Labels,omitempty"`
}

func (tv TypeAndVersion) String() string {
Expand Down

0 comments on commit 4fefe91

Please sign in to comment.