Skip to content

Commit bc0052e

Browse files
committed
cli/container_rename: remove TODO
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent af255ac commit bc0052e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/command/container/rename.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ func newRenameCommand(dockerCLI command.Cli) *cobra.Command {
2020
RunE: func(cmd *cobra.Command, args []string) error {
2121
oldName, newName := args[0], args[1]
2222
if newName == "" {
23-
// TODO(thaJeztah): remove once https://github.com/moby/moby/pull/51336 is merged and vendored.
2423
return errors.New("new name cannot be blank")
2524
}
2625
_, err := dockerCLI.Client().ContainerRename(cmd.Context(), oldName, client.ContainerRenameOptions{

0 commit comments

Comments
 (0)