From 5bffb85b09f3fc4472ea54ed7775ce6586f143a1 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Tue, 28 Apr 2015 13:59:41 +0530 Subject: [PATCH] Fixed mission postfix --- ee/cli/plugins/stack_upgrade.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ee/cli/plugins/stack_upgrade.py b/ee/cli/plugins/stack_upgrade.py index d94f14a2..0b55ea85 100644 --- a/ee/cli/plugins/stack_upgrade.py +++ b/ee/cli/plugins/stack_upgrade.py @@ -35,6 +35,8 @@ class EEStackUpgradeController(CementBaseController): dict(help='Upgrade MySQL stack', action='store_true')), (['--hhvm'], dict(help='Upgrade HHVM stack', action='store_true')), + (['--postfix'], + dict(help='Upgrade Postfix stack', action='store_true')), (['--php56'], dict(help="Upgrade to PHP5.6 from PHP5.5", action='store_true')),