mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #6628 from VilledeMontreal/fix/impossibleCond
Remove impossible condition reported by linter
This commit is contained in:
commit
0141f9c806
1 changed files with 0 additions and 3 deletions
|
|
@ -45,9 +45,6 @@ func Expand(dir string, r io.Reader) error {
|
|||
if err := yaml.Unmarshal(file.Data, ch); err != nil {
|
||||
return errors.Wrap(err, "cannot load Chart.yaml")
|
||||
}
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
chartName = ch.Name
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue