spelling: generated

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/7258/head
Josh Soref 6 years ago
parent 45ee1c247e
commit 4c71039f48

@ -53,7 +53,7 @@ type Dependency struct {
// //
// It represents the state that the dependencies should be in. // It represents the state that the dependencies should be in.
type Lock struct { type Lock struct {
// Genderated is the date the lock file was last generated. // Generated is the date the lock file was last generated.
Generated time.Time `json:"generated"` Generated time.Time `json:"generated"`
// Digest is a hash of the dependencies in Chart.yaml. // Digest is a hash of the dependencies in Chart.yaml.
Digest string `json:"digest"` Digest string `json:"digest"`

Loading…
Cancel
Save