Explorar el Código

fix release images command

Guillermo Espinoza hace 6 años
padre
commit
cb6059c75e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tools/src/ReleaseImages.php

+ 2 - 1
tools/src/ReleaseImages.php

@@ -646,7 +646,8 @@ class ReleaseImages extends Command
         }
         if ($this->_develop) {
             // agrego fuentes que no son modulos
-            $repositories = parse_ini_file("./modules.ini", true);
+            $file = $input->getOption('ini_file');
+            $repositories = parse_ini_file($file, true);
             if (strtolower($version) === 'latest') {
                 $version = "master";
             }