From b2340a62e9e7db176fc2a75b416029eda9513c4f Mon Sep 17 00:00:00 2001 From: shitalp Date: Wed, 15 Apr 2015 12:02:30 +0530 Subject: [PATCH] minor changes --- ee/cli/plugins/stack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index 2cc0ab1a..352fe4db 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -1789,7 +1789,7 @@ class EEStackController(CementBaseController): ee_apt_pkg_prompt = input('Are you sure you to want to purge ' 'from server ' 'alongwith their configuration.' - ' packages \n Any answer other than ' + '\n Any answer other than ' '"yes" will be stop this ' 'operation :') if ee_apt_pkg_prompt == 'YES' or ee_apt_pkg_prompt == 'yes': @@ -1801,7 +1801,7 @@ class EEStackController(CementBaseController): ee_pkg_prompt = input('Are you sure you to want to purge ' ' from server alongwith ' ' their configuration.' - ' packages \n Any answer other than ' + '\n Any answer other than ' '"yes" will be stop this ' 'operation :')