fix misspelling in comment

Signed-off-by: Lucas Medeiros <lucas@lucasmdrs.com>
pull/9881/head
Lucas Medeiros 4 years ago
parent cfafaf248e
commit 5b7f70d8c5
No known key found for this signature in database
GPG Key ID: D3993AFC1442399F

@ -531,8 +531,8 @@ func (m *Manager) ensureMissingRepos(repoNames map[string]string, deps []*chart.
// is not configured.
if !m.SkipUpdate && len(ru) > 0 {
// Some dependencies might have a diferent names but point to the same repository
// after creating a unique key we should remove duplicated entries to avoid unecessary work
// Some dependencies might have a different names but point to the same repository
// after creating a unique key we should remove duplicated entries to avoid unnecessary work
ru = removeDuplicates(ru)
fmt.Fprintln(m.Out, "Getting updates for unmanaged Helm repositories...")

Loading…
Cancel
Save