Skip to content

Commit

Permalink
fix err
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdand-weka committed Jan 3, 2024
1 parent e9c6cac commit 3323e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/local/chart/v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func configureOverrides(configuration *config_v1.Configuration) (yamlMap, error)
err = errors.Join(err, writeMapEntry(cfg, key, v))
}

return cfg, nil
return cfg, err
}

func init() {
Expand Down

0 comments on commit 3323e41

Please sign in to comment.