diff --git a/system/src/Grav/Console/Gpm/InstallCommand.php b/system/src/Grav/Console/Gpm/InstallCommand.php index efcdb02d4..3daafcbd0 100644 --- a/system/src/Grav/Console/Gpm/InstallCommand.php +++ b/system/src/Grav/Console/Gpm/InstallCommand.php @@ -121,6 +121,7 @@ class InstallCommand extends Command { } $this->output->writeln(''); + $this->rrmdir($this->destination.DS.'tmp-gpm'); } private function setColors()