diff --git a/rho/scancommand.py b/rho/scancommand.py index 6d50157..81b595b 100644 --- a/rho/scancommand.py +++ b/rho/scancommand.py @@ -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 + "'"))