Skip to content

Commit 358a35c

Browse files
feat: Improve console output while downloading
1 parent f681bc2 commit 358a35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/LibsChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private static function install(string $libsDir): void
5656
$downloadUrl = "$baseUrl/$downloadFile";
5757
$downloadPath = tempnam(sys_get_temp_dir(), 'transformers-php').".$extension";
5858

59-
echo " - Downloading ".self::colorize($downloadFile)."\n";
59+
echo " - Downloading ".self::colorize("transformersphp-$version-$os-$arch")."\n";
6060
Downloader::download($downloadUrl, $downloadPath);
6161
echo " - Installing ".self::colorize($downloadFile)." : Extracting archive\n";
6262

0 commit comments

Comments
 (0)