Skip to content

Commit 02d1eab

Browse files
Standardize the output with the Composer output.
1 parent 17653c6 commit 02d1eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrestissimoFileFetcher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected function fetchWithPrestissimo($version, $destination) {
5353
$failureCnt += $result['failureCnt'];
5454
if ($this->progress) {
5555
foreach ($result['urls'] as $url) {
56-
$this->io->writeError(" <comment>$successCnt/$totalCnt</comment>:\t$url", true);
56+
$this->io->writeError(" - Downloading <comment>$successCnt</comment>/<comment>$totalCnt</comment>: <info>$url</info>", true);
5757
}
5858
}
5959
} while ($multi->remain());

0 commit comments

Comments
 (0)