Skip to content

Commit 93bdf91

Browse files
jonpughhelmo
authored andcommitted
Issue #2754069: Use verify instead of Install for first task.
1 parent 99f919e commit 93bdf91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/hosting_site.drush.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function hosting_hosting_site_context_options(&$task) {
2424
$task->options['client_email'] = $user->mail;
2525
}
2626
$task->context_options['client_name'] = $client->uname;
27+
$task->options['site_install_method'] = $task->ref->install_method;
2728
}
2829

2930
/**

0 commit comments

Comments
 (0)