Skip to content

Commit

Permalink
Update pkg/curatedpackages/packagecontrollerclient.go
Browse files Browse the repository at this point in the history
Co-authored-by: Guillermo Gaston <[email protected]>
  • Loading branch information
2 people authored and Eric Wollesen committed Mar 14, 2023
1 parent 9a7ba36 commit 14609e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/curatedpackages/packagecontrollerclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (pc *PackageControllerClient) EnableFullLifecycle(ctx context.Context, log
log.V(6).Info("enabling curated packages full lifecycle")
defer func(err *error) {
if err != nil && *err != nil {
log.Error(*err, "enabling curated packages full lifecycle", "clusterName", clusterName)
log.Error(*err, "Enabling curated packages full lifecycle", "clusterName", clusterName)
} else {
log.Info("Success enabling curated packages full lifecycle")
}
Expand Down

0 comments on commit 14609e3

Please sign in to comment.