Skip to content

Commit 7a75d96

Browse files
wolfogredelvh
andauthored
Update services/mirror/mirror_pull.go
Co-authored-by: delvh <[email protected]>
1 parent 95228b7 commit 7a75d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: services/mirror/mirror_pull.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ func SyncPullMirror(ctx context.Context, repoID int64) bool {
500500
}
501501

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

0 commit comments

Comments
 (0)