From b5771023c3712ec962c9730445c09096829894fc Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 23 Jan 2026 20:33:00 -0500 Subject: [PATCH] Fix confetty indentation --- confluent_client/bin/confetty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_client/bin/confetty b/confluent_client/bin/confetty index ead6157c..149d62ff 100755 --- a/confluent_client/bin/confetty +++ b/confluent_client/bin/confetty @@ -670,8 +670,8 @@ def get_session_node(shellargs): args = [s for s in shellargs[1].split('/') if s] if len(args) == 4 and args[0] == 'nodes': if args[2] == 'console' and \ - args[3] == 'session': - return shellargs[1], args[1] + args[3] == 'session': + return shellargs[1], args[1] if len(args) == 5 and args[0] == 'nodes' and args[2] == 'shell' and \ args[3] == 'sessions': return shellargs[1], args[1]