Skip to content

Commit

Permalink
Issue #2754069: Use verify instead of Install for first task.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh authored and helmo committed Dec 22, 2016
1 parent 99f919e commit 93bdf91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/hosting_site.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function hosting_hosting_site_context_options(&$task) {
$task->options['client_email'] = $user->mail;
}
$task->context_options['client_name'] = $client->uname;
$task->options['site_install_method'] = $task->ref->install_method;
}

/**
Expand Down

0 comments on commit 93bdf91

Please sign in to comment.