Skip to content

Commit

Permalink
fix: align code with logging change
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0013 committed Nov 7, 2024
1 parent 1dc733d commit 0fd0387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/working_dir.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func (w *FileWorkspace) mergeToBaseBranch(logger logging.SimpleLogging, c wrappe

// fetch once more, otherwise `FETCH_HEAD` was reset to base when we ran
// fetch --unshallow
if err := w.wrappedGit(c, "fetch", fetchRemote, fetchRef); err != nil {
if err := w.wrappedGit(logger, c, "fetch", fetchRemote, fetchRef); err != nil {
return err
}
}
Expand Down

0 comments on commit 0fd0387

Please sign in to comment.