Skip to content

Commit

Permalink
Remove superfluous printTaskInfo() call (#577)
Browse files Browse the repository at this point in the history
This seems to resolve #576.
  • Loading branch information
kitgrose authored and greg-1-anderson committed May 12, 2017
1 parent dfda538 commit bcddee4
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 bcddee4

Please sign in to comment.