Update pkg/downloader/manager.go

Co-authored-by: Evans Mungai <mbuevans@gmail.com>
Signed-off-by: Alik Khilazhev <7482065+alikhil@users.noreply.github.com>
pull/30855/head
Alik Khilazhev 7 days ago committed by GitHub
parent 84f260e6b5
commit 4c28fc5217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -172,6 +172,7 @@ func (m *Manager) Update(recursive bool) error {
}
func (m *Manager) doUpdate(chartPath string) error {
slog.Debug("update chart dependencies", "chartPath", chartPath)
c, err := m.loadChartDir(chartPath)
if err != nil {
return err

Loading…
Cancel
Save