We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f919e commit 93bdf91Copy full SHA for 93bdf91
site/hosting_site.drush.inc
@@ -24,6 +24,7 @@ function hosting_hosting_site_context_options(&$task) {
24
$task->options['client_email'] = $user->mail;
25
}
26
$task->context_options['client_name'] = $client->uname;
27
+ $task->options['site_install_method'] = $task->ref->install_method;
28
29
30
/**
0 commit comments