Skip to content

Commit

Permalink
Merge pull request #11059 from andrealmar/fixing-ImageList-Go-code
Browse files Browse the repository at this point in the history
Fixing ImageList Go code
  • Loading branch information
thaJeztah committed Jun 30, 2020
2 parents ea11c50 + 6f38ea5 commit 6775518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/api/sdk/examples.md
Expand Up @@ -471,7 +471,7 @@ func main() {
panic(err)
}

images, err := cli.ImageList(context.Background(), types.ImageListOptions{})
images, err := cli.ImageList(ctx, types.ImageListOptions{})
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 6775518

Please sign in to comment.