You are here

function certificate_drush_init in Aegir HTTPS 7.3

Implements hook_drush_init().

File

submodules/certificate/drush/certificate.drush.inc, line 11
A Certificate service type for the Provision API.

Code

function certificate_drush_init() {
  certificate_provision_register_autoload();
}