diff --git a/e107_handlers/cron_class.php b/e107_handlers/cron_class.php index 17d958c82..d5bc47617 100644 --- a/e107_handlers/cron_class.php +++ b/e107_handlers/cron_class.php @@ -58,6 +58,7 @@ class _system_cron if(!deftrue('e_DEVELOPER')) // Leave development files intact if developer mode is active. { $fl->removeDir(e_BASE.'e107_tests'); + $fl->removeDir(e_BASE.'.github'); unlink(e_BASE."composer.json"); unlink(e_BASE."composer.lock"); }