You are here

function platform_git_composer_install_path in Aegir Deploy 7.3

Implements hook_composer_install_path().

File

modules/platform_git/drush/platform_git.drush.inc, line 25
Provision/Drush hooks for git commands.

Code

function platform_git_composer_install_path() {
  return d()->git_repository_path;
}