Merge pull request #7541 from nojnhuh/files-doc

Fix engine.newFiles doc comment
pull/7546/head
Matthew Fisher 5 years ago committed by GitHub
commit e46c74d6b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ import (
type files map[string][]byte
// NewFiles creates a new files from chart files.
// Given an []*any.Any (the format for files in a chart.Chart), extract a map of files.
// Given an []*chart.File (the format for files in a chart.Chart), extract a map of files.
func newFiles(from []*chart.File) files {
files := make(map[string][]byte)
for _, f := range from {

Loading…
Cancel
Save