Guillermo Espinoza 7 년 전
부모
커밋
a401a76e4b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");