Skip to content

Commit 436bb68

Browse files
committed
Cpio method does not uncompress tar files in all platforms
1 parent 33b798d commit 436bb68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Method/Command/Cpio.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public static function getClass()
6565
*/
6666
public function isFormatSupported(Format\FormatInterface $format = null)
6767
{
68-
return $format instanceof Format\Simple\Cpio ||
69-
$format instanceof Format\Simple\Tar;
68+
return $format instanceof Format\Simple\Cpio;
7069
}
7170
}

0 commit comments

Comments
 (0)