From c174f3a1b95c63e4848866de15258e62815f4bca Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 15 Jan 2012 20:38:20 -0800 Subject: [PATCH] Fixed variable name. --- stack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack b/stack index 1146b56d..ba13be3d 100755 --- a/stack +++ b/stack @@ -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()