summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-11-03 13:14:29 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-11-03 13:14:29 -0500
commit63805876bb3d34965903a54a5699c6f5979f3fed (patch)
tree72d9a03d7d64f70b8976073c8f1573291527a3a8 /utils
parent83ad242cfbea6e715c964b8ebb74db3c011df502 (diff)
parentc03a8150cccb28b362d0552b97789f47b702c1e3 (diff)
downloadopenshift-63805876bb3d34965903a54a5699c6f5979f3fed.tar.gz
openshift-63805876bb3d34965903a54a5699c6f5979f3fed.tar.bz2
openshift-63805876bb3d34965903a54a5699c6f5979f3fed.tar.xz
openshift-63805876bb3d34965903a54a5699c6f5979f3fed.zip
Merge pull request #798 from smunilla/inaccurate_prompt
atomic-openshift-installer: Correct inaccurate prompt
Diffstat (limited to 'utils')
-rw-r--r--utils/src/ooinstall/cli_installer.py2
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.