Commit 61156e66 authored by Rajat Jindal's avatar Rajat Jindal Committed by jgleonard

fix lint warning

Signed-off-by: 's avatarjgleonard <jgleonard@gmail.com>
parent bc817a19
...@@ -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