Fix typo that was brought in #8697935
Change-Id: I025e647369c62a6740723269116667537531b6ec
This commit is contained in:
parent
39268687bc
commit
b276f864ec
2
vmtp.py
2
vmtp.py
@ -831,7 +831,7 @@ if __name__ == '__main__':
|
||||
vmtp.run()
|
||||
|
||||
# If saving the results to JSON or MongoDB, get additional details:
|
||||
if config.json_file or config.pns_mongod_ip:
|
||||
if config.json_file or config.vmtp_mongod_ip:
|
||||
rescol.get_controller_info(config, vmtp.net)
|
||||
rescol.mask_credentials()
|
||||
rescol.generate_runid()
|
||||
|
Loading…
x
Reference in New Issue
Block a user