Skip to content

Commit

Permalink
Merge pull request #77 from chainloop-dev/fix-typo
Browse files Browse the repository at this point in the history
fix(docs): remove typo
  • Loading branch information
mpermar authored Jul 31, 2024
2 parents c0cb2bb + 6660ec6 commit 5e9b6d7
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 5e9b6d7

Please sign in to comment.