2
0
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:
jbjohnso 2014-04-21 16:40:14 -04:00
parent 4706a4283d
commit 2a9c58ca72

View File

@ -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()