From 8a5c606f0beb010b60a2fa23d464c29a7790ef77 Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud Date: Mon, 20 Dec 2021 15:37:46 +0100 Subject: [PATCH] =?UTF-8?q?Dans=20le=20cas=20d=E2=80=99un=20premier=20clon?= =?UTF-8?q?e,=20il=20ne=20faut=20pas=20chercher=20le=20fichier=20de=20pull?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mirror.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror.php b/mirror.php index 1fd63a9..668c182 100755 --- a/mirror.php +++ b/mirror.php @@ -79,7 +79,7 @@ foreach ($url_orgs as $url_org) { echo "\n$cmd\n"; passthru($cmd); echo "\n"; - if (!file_exists($git_last_pull)) { + if (!file_exists($git_last_change)) { $errors[] = $url; } }