Skip to content

Commit

Permalink
fix(docs): remove typo
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Martinez Trivino <migmartri@gmail.com>
  • Loading branch information
migmartri committed Jul 13, 2024
1 parent 871e5a1 commit 6660ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/relocator/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func RelocateChartDir(chartPath string, prefix string, opts ...RelocateOption) e
if cfg.Recursive {
for _, dep := range chart.Dependencies() {
if err := relocateChart(dep, prefix, cfg); err != nil {
allErrors = errors.Join(allErrors, fmt.Errorf("failed to reloacte Helm SubChart %q: %v", dep.Chart().ChartFullPath(), err))
allErrors = errors.Join(allErrors, fmt.Errorf("failed to relocate Helm SubChart %q: %v", dep.Chart().ChartFullPath(), err))
}
}
}
Expand Down

0 comments on commit 6660ec6

Please sign in to comment.