Fix cache path issue on Windows (#1846)
This commit is contained in:
parent
212e6acf23
commit
f38958d6d7
|
|
@ -52,7 +52,7 @@ func (st *HelmState) downloadChartWithGoGetter(r *ReleaseSpec) (string, error) {
|
|||
pathElems = append(pathElems, r.KubeContext)
|
||||
}
|
||||
|
||||
pathElems = append(pathElems, r.Name, r.Chart)
|
||||
pathElems = append(pathElems, r.Name)
|
||||
|
||||
cacheDir := filepath.Join(pathElems...)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue