1
0
Fork 0

Updated output when a branch is imported to show the pretty version name

pull/534/head
Tiago Ribeiro 2012-04-06 20:15:32 +01:00
parent b14366ed08
commit 61beea3c8b
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)));