2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-05-16 03:14:17 +00:00

Fix confetty indentation

This commit is contained in:
Jarrod Johnson
2026-01-23 20:33:00 -05:00
parent 76efea7c44
commit b5771023c3
+2 -2
View File
@@ -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]