Skip to content

Commit a3d453f

Browse files
authored
Update Drupal example (#38)
Co-authored-by: tyler36 <[email protected]>
1 parent c5c0553 commit a3d453f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Every minute, it writes the current time (UTC timezone) to `./time.log`.
9898
- Add the following code to run the drupal scheduler every 10 minutes and write to a log file.
9999

100100
```cron
101-
*/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
101+
*/10 * * * * IS_DDEV_PROJECT=true /var/www/html/vendor/bin/drush cron | tee -a /var/www/html/cron-log.txt
102102
```
103103

104104
### Laravel cron

0 commit comments

Comments
 (0)