Skip to content

Commit

Permalink
Fixing call to non-existant drupal:update command. (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Jun 6, 2017
1 parent 1610824 commit a6248ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robo/Commands/Deploy/DeployCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ public function updateSites() {
public function installDrupal() {
$status_code = $this->invokeCommands([
'internal:drupal:install',
'drupal:update',
'deploy:update',
]);
if ($status_code) {
return $status_code;
Expand Down

0 comments on commit a6248ac

Please sign in to comment.