Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Fix the mapping file name on the scan output
Browse files Browse the repository at this point in the history
Closes #139
  • Loading branch information
elyezer committed Aug 3, 2017
1 parent 9de681a commit a9ce3db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rho/scancommand.py
Expand Up @@ -399,7 +399,6 @@ def _do_command(self):
run_ansible_with_vault(cmd_string, vault_pass)

print(_("Scanning has completed. The mapping has been"
" stored in file '" + self.options.profile +
"_host_auth_map'. The"
" facts have been stored in '" +
" stored in file 'data/" + self.options.profile +
"_host_auth_mapping'. The facts have been stored in '" +
report_path + "'"))

0 comments on commit a9ce3db

Please sign in to comment.