Skip to content

Commit

Permalink
Small bugfix for update:execute, removing extra unneeded parameter …
Browse files Browse the repository at this point in the history
…from `runUpdates`. (#3757)

This should fix #3756
  • Loading branch information
nvaken authored and LOBsTerr committed Feb 1, 2018
1 parent 7273643 commit 2e7e1b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Command/Update/ExecuteCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ protected function execute(InputInterface $input, OutputInterface $output)

try {
$this->runUpdates(
$this->getIo(),
$updates
);

Expand Down

0 comments on commit 2e7e1b3

Please sign in to comment.