We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13aeb6 commit d75c91cCopy full SHA for d75c91c
src/Command/ApplyPatchCommand.php
@@ -70,7 +70,7 @@ private function applyPatch(GithubPullRequestData $pullRequestData, string $patc
70
);
71
}
72
73
- $command = sprintf('patch -d %s -i ../../../%s -Np1', $directory, $patchFileName);
+ $command = sprintf('patch -d %s -i ../../../%s -Np1 -E', $directory, $patchFileName);
74
75
$io->writeln(sprintf('Running command: %s', $command));
76
0 commit comments