Merge pull request #4061 from AdamDang/patch-3

Typo fix: mach->match
pull/4062/head
Matthew Fisher 7 years ago committed by GitHub
commit 0965b1c4d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ var (
type Dependency struct { type Dependency struct {
// Name is the name of the dependency. // Name is the name of the dependency.
// //
// This must mach the name in the dependency's Chart.yaml. // This must match the name in the dependency's Chart.yaml.
Name string `json:"name"` Name string `json:"name"`
// Version is the version (range) of this chart. // Version is the version (range) of this chart.
// //

Loading…
Cancel
Save