From d6db165589aed418eb6e1ce3c3dfe2b2c15ec128 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 25 Nov 2020 22:06:41 +0000 Subject: Fix syntax --- log_files.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log_files.php b/log_files.php index 5893ca0..a4c7b50 100644 --- a/log_files.php +++ b/log_files.php @@ -57,8 +57,8 @@ if ($type == 'rejected') { $others = array( '.youri', '_i586.done', - '_x86_64.done' - '_armv7hl.done' + '_x86_64.done', + '_armv7hl.done', '_aarch64.done' ); -- cgit v1.2.1