Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Shiwei Zhang <shizh@microsoft.com>
  • Loading branch information
qmuntal and shizhMSFT authored May 9, 2022
1 parent 84b436c commit 5443a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notation/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (

func listPlugins(ctx *cli.Context) error {
mgr := manager.NewManager()
plugins, err := mgr.List(context.Background())
plugins, err := mgr.List(ctx.Context)
if err != nil {
return err
}
Expand Down

0 comments on commit 5443a6b

Please sign in to comment.