mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 20:59:31 +01:00
bug fixed #261
This commit is contained in:
parent
86e2627175
commit
54e17c7cca
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ func Update(refName, oldCommitId, newCommitId, userName, repoUserName, repoName
|
|||
repos.Id, repoUserName, repoName, refName, commit); err != nil {
|
||||
log.GitLogger.Fatal("runUpdate.models.CommitRepoAction: %s/%s:%v", repoUserName, repoName, err)
|
||||
}
|
||||
return
|
||||
return err
|
||||
}
|
||||
|
||||
// if commits push
|
||||
|
|
Loading…
Reference in a new issue