You are here

public function Provision_ComposerGitCreateProject::postProvisionDelete in Aegir Deploy 7.3

File

modules/platform_composer_git/drush/Provision/ComposerGitCreateProject.php, line 80
The Provision_ComposerGitCreateProject class.

Class

Provision_ComposerGitCreateProject
@file The Provision_ComposerGitCreateProject class.

Code

public function postProvisionDelete() {
  if ($this->path != d()->root) {
    $this
      ->notice(dt('Deleting Composer project path at: ') . d()->composer_git_path);
    _provision_recursive_delete($this->path);
  }
}