diff --git a/README.md b/README.md index 9a4a0c6..fd03dfc 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Every minute, it writes the current time (UTC timezone) to `./time.log`. - Add the following code to run the drupal scheduler every 10 minutes and write to a log file. ```cron -*/10 * * * * IS_DDEV_PROJECT=true DDEV_PHP_VERSION=8.0 /var/www/html/vendor/bin/drush cron -v |& tee -a /var/www/html/cron-log.txt +*/10 * * * * IS_DDEV_PROJECT=true /var/www/html/vendor/bin/drush cron | tee -a /var/www/html/cron-log.txt ``` ### Laravel cron