Skip to content

Commit

Permalink
Update updated_commands.go
Browse files Browse the repository at this point in the history
  • Loading branch information
loicbourgois authored Feb 26, 2020
1 parent 263a652 commit 5caf36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/namespaces/marketplace/v1/updated_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func updateCommands(commands *core.Commands) {
updateMarketplaceGetImage(commands.MustFind("marketplace", "image", "get"))
}

// customMarketplaceListImagesRun is the custom Run for scw marketplace list images
// updateMarketplaceListImages is the custom Run for scw marketplace list images
// TODO: remove when [APIGW-1959] is done
func updateMarketplaceListImages(c *core.Command) {
c.Run = func(ctx context.Context, argsI interface{}) (i interface{}, e error) {
Expand Down

0 comments on commit 5caf36f

Please sign in to comment.