* Adjust code style.

This commit is contained in:
tianshujie98
2020-11-13 16:44:43 +08:00
parent 42878a4b4f
commit b13a57d82b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -187,6 +187,7 @@ class gitModel extends model
}
}
$this->repo->updateCommitCount($repo->id, $commits);
$this->dao->update(TABLE_REPO)->set('lastSync')->eq(helper::now())->where('id')->eq($repo->id)->exec();
if($isPrintLog) $this->printLog("\n\nrepo #" . $repo->id . ': ' . $repo->path . " finished");