Guillermo Espinoza 7 years ago
parent
commit
a401a76e4b
1 changed files with 1 additions and 1 deletions
  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");