Guillermo Espinoza hace 7 años
padre
commit
a401a76e4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/src/ComposerRequireCommand.php

+ 1 - 1
tools/src/ComposerRequireCommand.php

@@ -68,7 +68,7 @@ class ComposerRequireCommand extends Command
                     }
 		} catch (Throwable $t) {
 		    $output->writeln("Se produjo un error. Reestableciendo datos. ");
-                    $shell_exec(i'cd ' . $sec . '; git reset');
+                    $shell_exec('cd ' . $sec . '; git reset');
 		}
             } else {
                 $output->writeln($sec . " no composer.json found");