mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-24 10:00:50 +00:00
Fix a bug on refactoring (#13373)
This commit is contained in:
parent
7cb22d6439
commit
a420beda2a
2 changed files with 3 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue