Skip to content
Snippets Groups Projects
Commit a1a48c68 authored by Adrian Rossouw's avatar Adrian Rossouw
Browse files

root should also change when cloning site.

parent 7048710e
Branches
Tags
No related merge requests found
......@@ -42,6 +42,7 @@ function drush_provision_drupal_provision_clone($new_uri, $platform = null) {
$options['uri'] = ltrim($new_uri, '@');
$options['name'] = $new_uri;
$options['platform'] = (isset($platform)) ? $platform : $options['platform'];
$options['root'] = d($options['platform'])->root;
$options['aliases'] = array();
$options['redirection'] = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment