From c13327dd75467e9bb3822ddea9737a7aab73b051 Mon Sep 17 00:00:00 2001 From: Sascha Egerer Date: Thu, 1 Aug 2013 08:59:38 +0200 Subject: [PATCH] CGL fix --- src/Composer/Command/StatusCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Composer/Command/StatusCommand.php b/src/Composer/Command/StatusCommand.php index 8f5ef7c58..5151d734b 100644 --- a/src/Composer/Command/StatusCommand.php +++ b/src/Composer/Command/StatusCommand.php @@ -92,8 +92,8 @@ EOT $output->writeln('Use --verbose (-v) to see modified files'); } - // Dispatch post-status-command - $composer->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_STATUS_CMD, true); + // Dispatch post-status-command + $composer->getEventDispatcher()->dispatchCommandEvent(ScriptEvents::POST_STATUS_CMD, true); return $errors ? 1 : 0; }