Skip to content

Commit

Permalink
Update services/mirror/mirror_pull.go
Browse files Browse the repository at this point in the history
Co-authored-by: delvh <dev.lh@web.de>
  • Loading branch information
wolfogre and delvh authored Mar 4, 2023
1 parent 95228b7 commit 7a75d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/mirror/mirror_pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ func SyncPullMirror(ctx context.Context, repoID int64) bool {
}

if newCommit, err := gitRepo.GetCommit(newCommitID); err != nil {
log.Error("SyncMirrors [repo: %-v]: unable to get GetCommit [%s]: %v", m.Repo, newCommitID, err)
log.Error("SyncMirrors [repo: %-v]: unable to get commit %s: %v", m.Repo, newCommitID, err)
continue
} else {
theCommits.HeadCommit = repo_module.CommitToPushCommit(newCommit)
Expand Down

0 comments on commit 7a75d96

Please sign in to comment.