Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit ab34f97

Browse files
arknollgrasmash
authored andcommitted
Fix drush site install command to disable update status module. (#1663)
1 parent a4112ba commit ab34f97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Robo/Commands/Setup/DrupalCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function ($string) {
3636
->drush("site-install")
3737
->arg($this->getConfigValue('project.profile.name'))
3838
->rawArg("install_configure_form.update_status_module='array(FALSE,FALSE)'")
39+
->rawArg("install_configure_form.enable_update_status_module=NULL")
3940
->option('site-name', $this->getConfigValue('project.human_name'))
4041
->option('site-mail', $this->getConfigValue('drupal.account.mail'))
4142
->option('account-name', $username, '=')

0 commit comments

Comments
 (0)