Skip to content

Commit ca42f7f

Browse files
author
Sander Ronde
committed
Fix inferring of remote URL when pushing
1 parent ec0288d commit ca42f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/git/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export async function gitReview(gerritRepo: Repository): Promise<void> {
404404
) {
405405
return resolve({
406406
success: true,
407-
stdout: '',
407+
stdout: stdout,
408408
handled: true,
409409
});
410410
}

0 commit comments

Comments
 (0)