Skip to content

Commit d75c91c

Browse files
authored
Added flag to remove empty files
1 parent d13aeb6 commit d75c91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/ApplyPatchCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private function applyPatch(GithubPullRequestData $pullRequestData, string $patc
7070
);
7171
}
7272

73-
$command = sprintf('patch -d %s -i ../../../%s -Np1', $directory, $patchFileName);
73+
$command = sprintf('patch -d %s -i ../../../%s -Np1 -E', $directory, $patchFileName);
7474

7575
$io->writeln(sprintf('Running command: %s', $command));
7676

0 commit comments

Comments
 (0)