Skip to content
Snippets Groups Projects
Commit 061bc933 authored by Christopher Gervais's avatar Christopher Gervais
Browse files

Issue #2067617: Allow hostmaster-install to accept '--working-copy' option.

parent ef408bbb
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,12 @@ function provision_drush_command() {
'drush @site provision-verify' => 'Verify the site as defined by the site Drush alias generated with provision-save.',
'drush @platform provision-verify' => 'Verify the platform as defined by the platform Drush alias generated with provision-save.',
),
'options' => array(
'working-copy' => array(
'description' => dt('Keep VCS files when building the a platform using Drush make.'),
'hidden' => TRUE,
),
),
'bootstrap' => DRUSH_BOOTSTRAP_DRUSH
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment