Skip to content

Commit

Permalink
fix: json/yaml tags for labels
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickkirschen committed May 31, 2024
1 parent 4798af7 commit bb8dd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifesto.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Metadata struct {
Name string `yaml:"name" json:"name"`

// Labels is a key-value dictionary for storing any additional data.
Labels map[string]string
Labels map[string]string `yaml:"labels" json:"labels"`
}

// Listener is a function that is called when a manifest has been changed.
Expand Down

0 comments on commit bb8dd37

Please sign in to comment.