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; } }