Fixed variable name.

This commit is contained in:
josh
2012-01-15 20:38:20 -08:00
parent 301de3de76
commit c174f3a1b9

2
stack
View File

@@ -163,7 +163,7 @@ def runner(action_name, component_set, distro, root_dir, program_args):
LOG.info("Finished start of %s - check [%s] for traces of what happened." % (c, ", ".join(trace_locs)))
results = results + trace_locs
elif(action_name == UNINSTALL):
gnore_traces_missing = program_args.get('force', False)
ignore_traces_missing = program_args.get('force', False)
try:
LOG.info("Unconfiguring %s." % (c))
instance.unconfigure()