fixing builder so that PluginExecutor receives BuildLogger instance

This commit is contained in:
meadsteve 2013-12-17 15:44:49 +00:00
parent e32635c474
commit cfb0db5b81

View file

@ -118,7 +118,7 @@ class Builder implements LoggerAwareInterface
$this->buildLogger = new BuildLogger($logger, $build);
$this->pluginExecutor = new Plugin\Util\Executor($this->buildPluginFactory($build), $this);
$this->pluginExecutor = new Plugin\Util\Executor($this->buildPluginFactory($build), $this->buildLogger);
$this->commandExecutor = new CommandExecutor(
$this->buildLogger,