Unverified Commit bb19aea5 authored by Michelle Noorali's avatar Michelle Noorali Committed by GitHub

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

fix lint warning
parents 4b23fd3d f2abb2ae
...@@ -99,11 +99,7 @@ func (m *Manager) Build() error { ...@@ -99,11 +99,7 @@ func (m *Manager) Build() error {
} }
// Now we need to fetch every package here into charts/ // Now we need to fetch every package here into charts/
if err := m.downloadAll(lock.Dependencies); err != nil { return m.downloadAll(lock.Dependencies)
return err
}
return nil
} }
// Update updates a local charts directory. // Update updates a local charts directory.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment