diff --git a/tools/cli/commands/connect.py b/tools/cli/commands/connect.py index 9b77af885..e5c69e391 100644 --- a/tools/cli/commands/connect.py +++ b/tools/cli/commands/connect.py @@ -207,7 +207,7 @@ def create_tunnel(): KeyboardInterrupt: When the end user kills the connection """ if utils.print_debug_messages(args): - print('Connecting to {0} via SSH').format(instance) + print('Connecting to {0} via SSH'.format(instance)) cmd = ['ssh'] if args.zone: