Skip to content

Commit

Permalink
OPENEUROPA-1149: Minor code improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
D Vargas authored and drupol committed Oct 1, 2018
1 parent 08134ff commit 7746f9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config/commands/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ command:
options:
config-dir: ${drupal.root}/drush
settings-setup:
options:
sites-subdir: ${drupal.site.sites_subdir}
settings-override-file: ${drupal.site.settings_override_file}
force: ${drupal.site.force}
options:
sites-subdir: ${drupal.site.sites_subdir}
settings-override-file: ${drupal.site.settings_override_file}
force: ${drupal.site.force}
2 changes: 1 addition & 1 deletion src/Commands/DrupalCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function siteInstall(array $options = [
}

$drush = $this->getConfig()->get('runner.bin_dir').'/drush';
$task = $this->taskDrush($drush)
$task = $this->taskDrush($drush)
->root($options['root'])
->siteName($options['site-name'])
->siteMail($options['site-mail'])
Expand Down

0 comments on commit 7746f9d

Please sign in to comment.