Merge pull request #4043 from rajatjindal/fix-lint-warn

fix lint warning
pull/4064/merge
Michelle Noorali 7 years ago committed by GitHub
commit bb19aea597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -99,11 +99,7 @@ func (m *Manager) Build() error {
}
// Now we need to fetch every package here into charts/
if err := m.downloadAll(lock.Dependencies); err != nil {
return err
}
return nil
return m.downloadAll(lock.Dependencies)
}
// Update updates a local charts directory.

Loading…
Cancel
Save