mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
cleanup
This commit is contained in:
parent
95d953b8c3
commit
a1acee52cc
1 changed files with 1 additions and 4 deletions
|
|
@ -105,8 +105,5 @@ func saveChartFile(c string, r io.Reader) error {
|
|||
defer out.Close()
|
||||
|
||||
_, err = io.Copy(out, r)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue