You are here

function https_apache_drush_init in Aegir HTTPS 7.3

Implements hook_drush_init().

File

submodules/apache_https/drush/https_apache.drush.inc, line 11
Register with Provision autoloader.

Code

function https_apache_drush_init() {
  https_apache_provision_register_autoload();
}