@@ -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");