Skip to content

Commit ea5aadd

Browse files
Gerrit return URL
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 1efc709 commit ea5aadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cla-backend-go/v2/sign/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2343,7 +2343,7 @@ func (s *service) RequestIndividualSignatureGerrit(ctx context.Context, input *m
23432343
return nil, errors.New("no gerrits found for project")
23442344
}
23452345

2346-
returnURL := gerrits.List[0].GerritURL
2346+
returnURL := input.ReturnURL
23472347
log.WithFields(f).Debugf("returnURL: %s", returnURL)
23482348

23492349
if latestSignature != nil {

0 commit comments

Comments
 (0)