diff --git a/confluent_client/bin/nodeconsole b/confluent_client/bin/nodeconsole index b963ff87..294d9dd7 100755 --- a/confluent_client/bin/nodeconsole +++ b/confluent_client/bin/nodeconsole @@ -67,7 +67,7 @@ if options.tile: ['tmux', 'split', '-h', '{0} -m 5 start /nodes/{1}/console/session'.format( confettypath, node)]) - subprocess.call(['tmux', 'select-layout', 'tiled']) + subprocess.call(['tmux', 'select-layout', 'tiled']) subprocess.call(['tmux', 'select-pane', '-t', '0']) os.execlp('tmux', 'tmux', 'attach', '-t', 'nodeconsole_{0}'.format( os.getpid()))