Skip to content

Commit 0df21db

Browse files
ENGCOM-5264: Fixed #23213 Static content deploy showing percentage(%) two times in progress bar #23216
2 parents 091d93f + 93b12fe commit 0df21db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Deploy/Console/ConsoleLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ private function renderProgressBar(OutputInterface $output, array $process)
271271
return "{$title}{$titlePad}"
272272
. "{$count}{$countPad}"
273273
. "{$this->renderBar($output, $process)} "
274-
. "{$percent}%{$percentPad}"
274+
. "{$percent}{$percentPad}"
275275
. "{$process['elapsed']} ";
276276
}
277277

0 commit comments

Comments
 (0)