From 71fdf5fd0dee0b57679791e0734971e625a31fd2 Mon Sep 17 00:00:00 2001 From: Dave Reid Date: Thu, 20 Nov 2025 14:43:02 -0600 Subject: [PATCH] Remove --verbose from drush core:cron command --- tasks/drupal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/drupal.yml b/tasks/drupal.yml index 3eea7bb6f..224f42a71 100644 --- a/tasks/drupal.yml +++ b/tasks/drupal.yml @@ -78,7 +78,7 @@ tasks: exit 1; fi # Run cron after updating to refresh items. - - ./vendor/bin/drush {{ .site }} core:cron --verbose + - ./vendor/bin/drush {{ .site }} core:cron maintenance:on: desc: Turn on Maintenance Mode cmds: