Skip to content

Commit

Permalink
Remove superfluous printTaskInfo() call
Browse files Browse the repository at this point in the history
This seems to resolve consolidation#576.
  • Loading branch information
kitgrose committed May 12, 2017
1 parent dfda538 commit ea8bf43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Task/Docker/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ abstract class Base extends BaseTask implements PrintedInterface
public function run()
{
$command = $this->getCommand();
$this->printTaskInfo('Running {command}', ['command' => $command]);
return $this->executeCommand($command);
}

Expand Down

0 comments on commit ea8bf43

Please sign in to comment.