Skip to content

Commit

Permalink
Try encoded ampserand in maint:status help (#6118)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored Sep 25, 2024
1 parent 6a3f0cf commit de459b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/core/MaintCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function set(string $value): void
* exit code distinguishes from a failure to complete.
*/
#[CLI\Command(name: self::STATUS, aliases: ['mstatus'])]
#[CLI\Usage(name: 'drush maint:status && drush cron', description: 'Only run cron when Drupal is not in maintenance mode.')]
#[CLI\Usage(name: 'drush maint:status && drush cron', description: 'Only run cron when Drupal is not in maintenance mode.')]
#[CLI\Version(version: '11.5')]
public function status(): int
{
Expand Down

0 comments on commit de459b4

Please sign in to comment.