Jelajahi Sumber

Quick Installer should specify which config file to edit.

Fixes bugzilla : https://bugzilla.redhat.com/show_bug.cgi?id=1460353

Signed-off-by: jkaurredhat <jkaur@redhat.com>
jkaurredhat 7 tahun lalu
induk
melakukan
ae81891c72
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      utils/src/ooinstall/cli_installer.py

+ 1 - 1
utils/src/ooinstall/cli_installer.py

@@ -797,7 +797,7 @@ def run_config_playbook(oo_cfg, hosts_to_run_on, unattended, verbose, gen_invent
 
     click.echo('Ready to run installation process.')
     message = """
-If changes are needed please edit the config file above and re-run.
+If changes are needed please edit the installer.cfg.yml config file above and re-run.
 """
     if not unattended:
         confirm_continue(message)