소스 검색

Comentario TagVendedor

Luciano Andrade 7 년 전
부모
커밋
0d98ff01d0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/src/Command/TagVendorsCommand.php

+ 1 - 0
tools/src/Command/TagVendorsCommand.php

@@ -48,6 +48,7 @@ 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;
                 try {