reduce duplicating doUpdate calls

Signed-off-by: Alik Khilazhev <7482065+alikhil@users.noreply.github.com>
pull/30855/head
Alik Khilazhev 9 months ago
parent d5450fb8d0
commit e487b15281
No known key found for this signature in database
GPG Key ID: 141EBCECAE009661

@ -158,7 +158,7 @@ func (m *Manager) Build(recursive bool) error {
// recursively and perform the update.
func (m *Manager) Update(recursive bool) error {
if recursive {
depChartPaths, err := m.locateLocalDependencies(m.ChartPath, recursive)
depChartPaths, err := m.locateLocalDependencies(m.ChartPath, false)
if err != nil {
return err

Loading…
Cancel
Save