summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorSamuel Munilla <smunilla@redhat.com>2015-11-03 08:18:17 -0500
committerSamuel Munilla <smunilla@redhat.com>2015-11-03 11:46:10 -0500
commitc03a8150cccb28b362d0552b97789f47b702c1e3 (patch)
treeb75e8a94a85ac5fea897fd9c22ec235e9b88fb98 /utils
parent769a2e15cb505c53aab5953735566e6657dd17c3 (diff)
downloadopenshift-c03a8150cccb28b362d0552b97789f47b702c1e3.tar.gz
openshift-c03a8150cccb28b362d0552b97789f47b702c1e3.tar.bz2
openshift-c03a8150cccb28b362d0552b97789f47b702c1e3.tar.xz
openshift-c03a8150cccb28b362d0552b97789f47b702c1e3.zip
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.