bin/frappy-cli: fix hosts variable
This commit is contained in:
@ -69,7 +69,7 @@ args = parseArgv(sys.argv[1:])
|
||||
nodes = args.node
|
||||
hosts = args.scan
|
||||
if not nodes and not hosts:
|
||||
host = ['localhost']
|
||||
hosts = ['localhost']
|
||||
if hosts:
|
||||
answers = []
|
||||
for host in hosts:
|
||||
|
Reference in New Issue
Block a user