diff --git a/module/repo/control.php b/module/repo/control.php index 9d674b97ec..8975ec3a08 100644 --- a/module/repo/control.php +++ b/module/repo/control.php @@ -625,5 +625,7 @@ class repo extends control $commits = $this->repo->updateLatestCommit($repo); if($commits > 0) die('finished'); } + + die('norecords'); } }