diff options
author | Samuel Munilla <smunilla@redhat.com> | 2015-11-03 08:18:17 -0500 |
---|---|---|
committer | Samuel Munilla <smunilla@redhat.com> | 2015-11-03 11:46:10 -0500 |
commit | c03a8150cccb28b362d0552b97789f47b702c1e3 (patch) | |
tree | b75e8a94a85ac5fea897fd9c22ec235e9b88fb98 /utils/src/ooinstall | |
parent | 769a2e15cb505c53aab5953735566e6657dd17c3 (diff) | |
download | openshift-c03a8150cccb28b362d0552b97789f47b702c1e3.tar.gz openshift-c03a8150cccb28b362d0552b97789f47b702c1e3.tar.bz2 openshift-c03a8150cccb28b362d0552b97789f47b702c1e3.tar.xz openshift-c03a8150cccb28b362d0552b97789f47b702c1e3.zip |
atomic-openshift-installer: Correct inaccurate prompt
Diffstat (limited to 'utils/src/ooinstall')
-rw-r--r-- | utils/src/ooinstall/cli_installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py index b3b1acebb..63b794f03 100644 --- a/utils/src/ooinstall/cli_installer.py +++ b/utils/src/ooinstall/cli_installer.py @@ -191,7 +191,7 @@ Notes: facts_confirmed = click.confirm("Do the above facts look correct?") if not facts_confirmed: message = """ -Edit %s with the desired values and rerun oo-install with --unattended . +Edit %s with the desired values and rerun atomic-openshift-installer with --unattended . """ % oo_cfg.config_path click.echo(message) # Make sure we actually write out the config file. |