1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 00:38:36 +00:00

bug fixed

This commit is contained in:
Lunny Xiao
2014-03-23 17:40:50 +08:00
parent c4287bafab
commit 0119675480
2 changed files with 4 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ func runServ(k *cli.Context) {
}
if err = models.CommitRepoAction(user.Id, user.Name,
repo.Id, ref.BranchName(), commits); err != nil {
repo.Id, repoName, refname, commits); err != nil {
log.Error("runUpdate.models.CommitRepoAction: %v", err, commits)
} else {
//log.Info("refname", refname)