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

Commit b83b2fe

Browse files
committed
Fixing call to non-existant drupal:update command.
1 parent 87873c2 commit b83b2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Robo/Commands/Deploy/DeployCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ public function updateSites() {
582582
public function installDrupal() {
583583
$status_code = $this->invokeCommands([
584584
'internal:drupal:install',
585-
'drupal:update',
585+
'setup:update',
586586
]);
587587
if ($status_code) {
588588
return $status_code;

0 commit comments

Comments
 (0)