Skip to content

Commit eb2581b

Browse files
authored
Update core to 3.2.1 (#328)
1 parent 6017cc9 commit eb2581b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/EditorconfigChecker/Cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use EditorconfigChecker\Utilities;
66

7-
define('CORE_VERSION', '3.0.0');
7+
define('CORE_VERSION', '3.2.1');
88

99
class Cli
1010
{

src/EditorconfigChecker/Utilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public static function unpack(string $releaseName): bool
123123
{
124124
try {
125125
$p = new \PharData(sprintf("%s/%s.tar", Utilities::getBasePath(), $releaseName));
126-
$p->extractTo(Utilities::getBasePath());
126+
$p->extractTo(Utilities::getBasePath(), "bin/$releaseName");
127127

128128
if (!unlink(sprintf("%s/%s.tar", Utilities::getBasePath(), $releaseName))) {
129129
printf('ERROR: Can not remove the decompressed archive%s', PHP_EOL);

0 commit comments

Comments
 (0)