Browse Source

Merge pull request #965 from brenton/BZ1284991

Bug 1284991 - "atomic-openshift-installer uninstall" error when confi…
Brenton Leanhardt 9 years ago
parent
commit
f464177c26
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/src/ooinstall/cli_installer.py

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

@@ -487,7 +487,7 @@ def uninstall(ctx):
     verbose = ctx.obj['verbose']
 
     if len(oo_cfg.hosts) == 0:
-        click.echo("No hosts defined in: %s" % oo_cfg['configuration'])
+        click.echo("No hosts defined in: %s" % oo_cfg.config_path)
         sys.exit(1)
 
     click.echo("OpenShift will be uninstalled from the following hosts:\n")