Skip to content

Commit

Permalink
Update pkg/curatedpackages/packagecontrollerclient.go
Browse files Browse the repository at this point in the history
Co-authored-by: Vivek Koppuru <vivek.koppuru@gmail.com>
  • Loading branch information
2 people authored and Eric Wollesen committed Mar 15, 2023
1 parent efa476c commit cf44c4e
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 @@ -119,7 +119,7 @@ func (pc *PackageControllerClient) EnableFullLifecycle(ctx context.Context, log
if err != nil && *err != nil {
log.Error(*err, "Enabling curated packages full lifecycle", "clusterName", clusterName)
} else {
log.Info("Success enabling curated packages full lifecycle")
log.Info("Successfully enabled curated packages full lifecycle")
}
}(&err)
pc.mu.Lock()
Expand Down

0 comments on commit cf44c4e

Please sign in to comment.