From a41d8d0be9c9947be7114d0ee520c9c0753b1aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Thu, 7 Nov 2013 19:28:26 -0200 Subject: [PATCH] Locking releases. --- Mage/Command/BuiltIn/ReleasesCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/Command/BuiltIn/ReleasesCommand.php b/Mage/Command/BuiltIn/ReleasesCommand.php index 9f6db63..d47c99a 100644 --- a/Mage/Command/BuiltIn/ReleasesCommand.php +++ b/Mage/Command/BuiltIn/ReleasesCommand.php @@ -35,7 +35,7 @@ class ReleasesCommand extends AbstractCommand implements RequiresEnvironment $subcommand = $this->getConfig()->getArgument(1); $lockFile = '.mage/' . $this->getConfig()->getEnvironment() . '.lock'; if (file_exists($lockFile) && ($subcommand == 'rollback')) { - Console::output('This environment is locked!', 0, 2); + Console::output('This environment is locked!', 1, 2); return; }