Skip to content

Commit

Permalink
Capitalize Drupal word
Browse files Browse the repository at this point in the history
  • Loading branch information
omarlopesino committed May 8, 2023
1 parent 893c904 commit e69d3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UpdaterCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ protected function showUpdatedPackages() {
* Shows all the drupal modules that are obsolete.
*/
protected function showObsoleteDrupalModules() {
$this->printHeader2('Unsupported drupal modules:');
$this->printHeader2('Unsupported Drupal modules:');
$this->output->writeln(
$this->runCommand(sprintf('drush php-script %s/../scripts/unsupported-modules.php', __DIR__)),
);
Expand Down

0 comments on commit e69d3f6

Please sign in to comment.