Skip to content

Commit

Permalink
fix mapFiles error
Browse files Browse the repository at this point in the history
Signed-off-by: Poor12 <1185060656@qq.com>
  • Loading branch information
Poor12 committed Dec 26, 2021
1 parent 9b2c417 commit a1a3b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/v3/release.go
Expand Up @@ -203,7 +203,7 @@ func mapConfig(v2Config *v2chart.Config) (map[string]interface{}, error) {
}

func mapFiles(v2Files []*any.Any) []*chart.File {
if mapFiles == nil {
if v2Files == nil {
return nil
}
files := []*chart.File{}
Expand Down

0 comments on commit a1a3b97

Please sign in to comment.