Skip to content

Commit 96b51a6

Browse files
author
Tasha Harrison
committed
Merge branch 'CMS-1244-use-drush' of github.com:dennisinteractive/drupal_console_commands into CMS-1244-use-drush
2 parents dc22e00 + 021398c commit 96b51a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Site/UpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private function addModuleEnableCommands(&$commands) {
103103

104104
// Drupal 8 only;
105105
if ($this->getDrupalVersion() === 8) {
106-
$commands[] = sprintf('drupal en -y %s', implode(', ', $this->config['modules']['enable']));
106+
$commands[] = sprintf('drush en -y %s', implode(', ', $this->config['modules']['enable']));
107107
}
108108
}
109109
}

0 commit comments

Comments
 (0)