From a4defb669f5005a5cb84c68b89d585791d0179bf Mon Sep 17 00:00:00 2001 From: gau1991 Date: Thu, 9 Jul 2015 12:49:14 +0530 Subject: [PATCH] fixed issue with packge purge on debian 7 --- ee/cli/plugins/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index a0c1d971..4cc2d7c2 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -1919,7 +1919,7 @@ class EEStackController(CementBaseController): .format(EEVariables.ee_webroot) ] - if len(apt_packages) or len(apt_packages): + if len(packages) or len(apt_packages): ee_prompt = input('Are you sure you to want to purge ' 'from server ' 'along with their configuration'