fix tests

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2026-03-16 11:35:13 +08:00
parent b877b6e6dc
commit b2a01c84aa
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ func (a *App) list(run *Run) ([]*HelmRelease, error) {
resolvedState, err := run.state.ResolveDeps()
if err != nil {
return nil, fmt.Errorf("unable to resolve dependencies: %w", err)
return nil, fmt.Errorf("unable to resolve dependencies for %s: %w", run.state.FilePath, err)
}
for _, r := range resolvedState.Releases {