Skip to content

Commit e98e2be

Browse files
authored
fix(internal/librarian): commit the right repo in generate (#1969)
Fixes #1963
1 parent e536c9a commit e98e2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/librarian/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func (r *generateRunner) run(ctx context.Context) error {
167167
commitInfo := &commitInfo{
168168
cfg: r.cfg,
169169
state: r.state,
170-
repo: r.sourceRepo,
170+
repo: r.repo,
171171
ghClient: r.ghClient,
172172
idToCommits: idToCommits,
173173
failedLibraries: failedLibraries,

0 commit comments

Comments
 (0)