You are here

function https_drush_init in Aegir HTTPS 7.3

Implements hook_drush_init().

File

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

Code

function https_drush_init() {
  https_provision_register_autoload();
}