diff --git a/zunclient/v1/containers_shell.py b/zunclient/v1/containers_shell.py index 8009a8a7..da7d6389 100644 --- a/zunclient/v1/containers_shell.py +++ b/zunclient/v1/containers_shell.py @@ -518,7 +518,7 @@ def do_update(cs, args): def do_attach(cs, args): """Attach to a container.""" response = cs.containers.attach(args.container) - zun_utils.websocket_attach(response, args.container, "~", 0.5) + _websocket_attach(response, args.container, "~", 0.5) @utils.arg('container',