From 7a21b9b01a498517901c8eaf531a015291c3be20 Mon Sep 17 00:00:00 2001 From: Don Richards <2738244+DonRichards@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:51:39 -0400 Subject: [PATCH] Remove rebuild node access since that's been deprecated. --- scripts/patch_views.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/patch_views.sh b/scripts/patch_views.sh index 6ac9475dd..0eb3c0b55 100644 --- a/scripts/patch_views.sh +++ b/scripts/patch_views.sh @@ -59,6 +59,5 @@ if [[ $ERROR_MESSAGE == *'InvalidArgumentException'* ]]; then # Clear caches drush cache:rebuild drush cr - drush node-access-rebuild drush cron # fi