Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Aug 19, 2024
1 parent 7d19153 commit cc32d4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tide_landing_page.install
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ function tide_landing_page_update_10102() {
* Remove style option field from call to action component.
*/
function tide_landing_page_update_10103() {
// To avoid error `table for the field couldn't be renamed to the
// field_deleted_data_xxxxx{long-hash-string} because the table already exists`.
// To avoid error `table for the field couldn't be renamed to
// the field_deleted_data_xxxxx{long-hash-string} because
// the table already exists`.
// @link https://www.drupal.org/project/drupal/issues/2836539
$alias_manager = Drush::service('site.alias.manager');
Drush::drush($alias_manager->getSelf(), 'cron')->run();
Expand Down

0 comments on commit cc32d4e

Please sign in to comment.