diff --git a/src/Phar/PharDiff.php b/src/Phar/PharDiff.php index a0b823258..fd705f9be 100644 --- a/src/Phar/PharDiff.php +++ b/src/Phar/PharDiff.php @@ -14,6 +14,7 @@ namespace KevinGH\Box\Phar; +use KevinGH\Box\Console\Command\Extract; use KevinGH\Box\Pharaoh\PharDiff as ParagoniePharDiff; use SplFileInfo; use Symfony\Component\Finder\Finder; @@ -71,7 +72,7 @@ public function gnuDiff(): ?string return self::getDiff( $this->pharInfoA, $this->pharInfoB, - 'diff', + 'diff --exclude='.Extract::PHAR_META_PATH, ); }