1
0
Fork 0

Merge pull request #534 from fixe/import_branch

Updated output when a branch is imported to show the pretty version name
pull/536/merge
Jordi Boggiano 2012-04-06 12:21:48 -07:00
commit f9629165bc
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class VcsRepository extends ArrayRepository
}
if ($verbose) {
$this->io->write('Importing branch '.$branch.' ('.$data['version_normalized'].')');
$this->io->write('Importing branch '.$branch.' ('.$data['version'].')');
}
$this->addPackage($loader->load($this->preProcess($driver, $data, $identifier)));