From f65446657bdde8ce3dce249a4e0a3d291e5963b4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 5 Mar 2021 20:22:58 +0000 Subject: [PATCH] Fix cron command --- .platform.app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index 8a94964..c2ec3fc 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -108,7 +108,7 @@ web: crons: drupal: spec: '*/19 * * * *' - cmd: 'cd web && drush core-cron' + cmd: 'cd web && bin/drush core-cron' snapshot: spec: '0 5 * * *'