Skip to content

Commit a15e390

Browse files
committed
BUGFIX: make prunner binary installer more robust
1 parent 841021e commit a15e390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Composer/InstallerScripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static function postUpdateAndInstall(Event $event)
5555
echo '> Download complete.' . "\n";
5656

5757
file_put_contents('Data/Temporary/prunner.tar.gz', $downloadedFileContents);
58-
unlink('Data/Temporary/prunner.tar');
58+
Files::unlink('Data/Temporary/prunner.tar');
5959

6060
// decompress from gz
6161
$p = new PharData('Data/Temporary/prunner.tar.gz');

0 commit comments

Comments
 (0)