Skip to content

Commit

Permalink
Fix #46 Change progress bar to be visible on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jul 29, 2018
1 parent 0ffbb57 commit 3b2c8e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Console/Deployer.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ private function createProgressBar(SymfonyStyle $io, int $max) : ProgressBar

$progressBar = $io->createProgressBar($max);
$progressBar->setFormat('bref');
$progressBar->setBarCharacter('');
$progressBar->setEmptyBarCharacter(' ');
$progressBar->setMessage('');

$progressBar->start();
Expand Down

0 comments on commit 3b2c8e2

Please sign in to comment.