You are here

function platform_git_provision_services in Aegir Deploy 7.3

Implements hook_provision_services().

File

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

Code

function platform_git_provision_services() {
  platform_git_register_autoload();
  return array(
    'platform_git' => NULL,
  );
}