Fix bug in windows detection

This commit is contained in:
Kevin Bond 2015-11-17 16:13:39 -05:00 committed by Fabien Potencier
parent 59f357d3c1
commit c4068d923d
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class SymfonyStyle extends OutputStyle
{
$progressBar = parent::createProgressBar($max);
if ('\\' === DIRECTORY_SEPARATOR) {
if ('\\' !== DIRECTORY_SEPARATOR) {
$progressBar->setEmptyBarCharacter('░'); // light shade character \u2591
$progressBar->setProgressCharacter('');
$progressBar->setBarCharacter('▓'); // dark shade character \u2593