Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
johnstcn committed Mar 10, 2023
commit 3f10c153f35afc91cdd333afe2f9b83abb8fd934
2 changes: 1 addition & 1 deletion helm/tests/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ type Values struct {
ExtraTemplates map[string]interface{} `json:"extraTemplates" yaml:"extraTemplates"`
}

// Values must implment fmt.Stringer
// Values must implement fmt.Stringer
var _ = fmt.Stringer(&Values{})

// String returns a JSON representation of v.
Expand Down