fix typo in ports

This commit is contained in:
alsadi 2019-03-05 00:48:48 +02:00
parent ed09b46f83
commit b62b817c66

View File

@ -99,7 +99,7 @@ def move_port_fw(dst, containers):
"""
move port forwarding from containers to dst (a pod or a infra container)
"""
move_list(dst, containers, "port")
move_list(dst, containers, "ports")
def move_extra_hosts(dst, containers):
"""