Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 30b7333

Browse files
committed
Fixed minor bug related with preexistent installations
1 parent b1e9de0 commit 30b7333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Installer/Installer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ protected function executeComposerCommand($installPath, $beVerbose = false)
8282
{
8383
$composerStatus = 0;
8484

85+
rmdir($installPath.DIRECTORY_SEPARATOR.'pkgs');
86+
8587
if ($beVerbose) {
8688
echo "\n";
8789
passthru(

0 commit comments

Comments
 (0)