From a9ce3dba6edc21fa5c96018f8cfc5d49d1dedf23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ely=C3=A9zer=20Rezende?= Date: Thu, 3 Aug 2017 10:23:52 -0300 Subject: [PATCH] Fix the mapping file name on the scan output Closes #139 --- rho/scancommand.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 + "'"))