1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Merge remote-tracking branch 'javihgil/master'

This commit is contained in:
Jordi Boggiano 2015-09-23 00:32:26 +01:00
commit 9b61b808ec

View file

@ -105,7 +105,8 @@ EOT
}
$io->writeError('<info>Creating the archive into "'.$dest.'".</info>');
$archiveManager->archive($package, $format, $dest);
$packagePath = $archiveManager->archive($package, $format, $dest);
$io->writeError('Created archive file path: "'.$packagePath.'"');
return 0;
}