diff --git a/scripts/patch_views.sh b/scripts/patch_views.sh index 0eb3c0b55..cd50b728b 100644 --- a/scripts/patch_views.sh +++ b/scripts/patch_views.sh @@ -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' }