1
0
Fork 0

Merge remote-tracking branch 'javihgil/master'

pull/4441/head
Jordi Boggiano 2015-09-23 00:32:26 +01:00
commit 9b61b808ec
1 changed files with 2 additions and 1 deletions

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;
}