Merge pull request #30773 from wangcundashang/main

chore: fix function name in comment
pull/30682/head
Robert Sirchia 5 months ago committed by GitHub
commit 0e7e282636
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -385,7 +385,7 @@ func parseOCIRef(chartRef string) (string, string, error) {
return chartRef, tag, nil
}
// safeMoveDep moves all dependencies in the source and moves them into dest.
// safeMoveDeps moves all dependencies in the source and moves them into dest.
//
// It does this by first matching the file name to an expected pattern, then loading
// the file to verify that it is a chart.

Loading…
Cancel
Save