|
@@ -48,9 +48,8 @@ class TagVendorsCommand extends Command
|
|
|
|
|
|
$content = parse_ini_file($realpath, true);
|
|
|
foreach ($content as $sec => $conf) {
|
|
|
- $output->writeln(json_encode($content));
|
|
|
- $output->writeln($sec . " - " . $content[$sec]["branch"] . " - " . $version . " - " . $tag . " - " . $content[$sec]["repo"]);
|
|
|
$content[$sec]["branch"] = $version;
|
|
|
+ $output->writeln($sec . " - " . $content[$sec]["branch"] . " - " . $version . " - " . $tag . " - " . $content[$sec]["repo"]);
|
|
|
try {
|
|
|
$git = new Git();
|
|
|
$git_path = $dirname . '/' . $sec;
|