Skip to content

Commit 7b780b4

Browse files
committed
use repo short name
1 parent 987d527 commit 7b780b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routes/actions/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ function doubleEncode (str) {
359359

360360
function createServerSelectionUrl (owner, gitInfo) {
361361
return 'https://' + process.env.DOMAIN + '/' + owner + '/serverSelection/' +
362-
gitInfo.repo + '?branch=' + doubleEncode(gitInfo.branch) +
362+
gitInfo.repoName + '?branch=' + doubleEncode(gitInfo.branch) +
363363
'&pr=' + gitInfo.number +
364364
'&commit=' + gitInfo.commit +
365365
'&message=' + doubleEncode(gitInfo.headCommit.message);

0 commit comments

Comments
 (0)