Skip to content

Commit

Permalink
Update patch_views.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DonRichards authored Nov 6, 2024
1 parent 7a21b9b commit cd0a0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/patch_views.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ERROR_MESSAGE=$(drush watchdog:show --severity=Error --filter="InvalidArgumentEx
# If error message equals to "InvalidArgumentException", then exit.
if [[ $ERROR_MESSAGE == *'InvalidArgumentException'* ]]; then

Check if drush is installed (Drupal Console replacement).
# Check if drush is installed (Drupal Console replacement).
drush_installed() {
composer show 'drush/drush' | grep -q '/var/www/drupal/vendor/drush/drush'
}
Expand Down

0 comments on commit cd0a0f3

Please sign in to comment.