Skip to content

Commit

Permalink
use available $io in archive
Browse files Browse the repository at this point in the history
  • Loading branch information
renanbr committed Aug 8, 2013
1 parent e06f0f1 commit 610e272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Command/ArchiveCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function archive(IOInterface $io, $packageName = null, $version = null
{
$config = Factory::createConfig();
$factory = new Factory;
$downloadManager = $factory->createDownloadManager($this->getIO(), $config);
$downloadManager = $factory->createDownloadManager($io, $config);
$archiveManager = $factory->createArchiveManager($config, $downloadManager);

if ($packageName) {
Expand Down

0 comments on commit 610e272

Please sign in to comment.