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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {