Fix typo that was brought in #8697935

Change-Id: I025e647369c62a6740723269116667537531b6ec
This commit is contained in:
Yichen Wang 2015-03-09 17:41:31 -07:00
parent 39268687bc
commit b276f864ec

View File

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