Skip to content

Commit

Permalink
Update cmd/clusterctl/client/repository/overrides.go
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Schlotter <chrischdi@users.noreply.github.com>
  • Loading branch information
ryjogo and chrischdi committed Feb 21, 2024
1 parent 596f59a commit b036df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/clusterctl/client/repository/overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func getLocalOverride(info *newOverrideInput) ([]byte, error) {
log := logf.Log

overridePath, err := newOverride(info).Path()
log.V(5).Info("Overrides", "SearchFile", overridePath, "Provider", info.provider.ManifestLabel(), "Version", info.version)
log.V(5).Info("Potential override file", "SearchFile", overridePath, "Provider", info.provider.ManifestLabel(), "Version", info.version)

if err != nil {
return nil, err
Expand Down

0 comments on commit b036df8

Please sign in to comment.