mirror of
https://github.com/helm/helm.git
synced 2026-04-22 23:00:01 -04:00
chore: fix function name in comment
Signed-off-by: wangcundashang <wangcundashang@qq.com>
This commit is contained in:
parent
599fad1864
commit
7bb0c85441
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue