mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Correct mistake in cleanup activity
This commit is contained in:
parent
4706a4283d
commit
2a9c58ca72
@ -458,7 +458,7 @@ parser.add_option("-s", "--server", dest="netserver",
|
||||
help="Confluent instance to connect to",
|
||||
metavar="SERVER:PORT")
|
||||
opts, shellargs = parser.parse_args()
|
||||
if opts.server: # going over a TLS network
|
||||
if opts.netserver: # going over a TLS network
|
||||
session = client.Command(opts.server)
|
||||
else:
|
||||
session = client.Command()
|
||||
|
Loading…
Reference in New Issue
Block a user