1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-15 23:17:19 +00:00

Fix a bug on refactoring (#13373)

This commit is contained in:
Lunny Xiao
2020-10-31 23:42:54 +08:00
committed by GitHub
parent 7cb22d6439
commit a420beda2a
2 changed files with 3 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ func pushUpdates(optsList []*repo_module.PushUpdateOptions) error {
isForce, err := repo_module.IsForcePush(opts)
if err != nil {
log.Error("isForcePush %s/%s failed: %v", repo.ID, branch, err)
log.Error("isForcePush %s:%s failed: %v", repo.FullName(), branch, err)
}
if isForce {