Skip to content

Commit 39c1303

Browse files
committed
correct log structure
1 parent dfceca4 commit 39c1303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/git/RepositoryManager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func (impl *RepositoryManagerImpl) ChangesSinceByRepository(gitCtx GitContext, r
268268
ToCommitHash: to,
269269
})
270270
if err != nil {
271-
impl.logger.Errorw("error in getting iterator", "branch", branch, "cliOutput", cliOutput, errMsg, "errMsg", "err", err)
271+
impl.logger.Errorw("error in getting iterator", "branch", branch, "cliOutput", cliOutput, "errMsg", errMsg, "err", err)
272272
return nil, cliOutput, errMsg, err
273273
}
274274
itrCounter := 0

0 commit comments

Comments
 (0)