1
0
Fork 0

Archive command shows created package path

pull/4379/head
Javi Hernández 2015-08-26 13:08:40 +02:00
parent f1aa655e61
commit dd7243fc01
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;
}