diff options
Diffstat (limited to 'scripts/create-pull-request')
-rwxr-xr-x | scripts/create-pull-request | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-pull-request b/scripts/create-pull-request index a88f35a4a3..e82858bc98 100755 --- a/scripts/create-pull-request +++ b/scripts/create-pull-request | |||
@@ -168,7 +168,7 @@ case "$REMOTE_URL" in | |||
168 | WEB_URL="http://git.pokylinux.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH" | 168 | WEB_URL="http://git.pokylinux.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH" |
169 | ;; | 169 | ;; |
170 | *git.openembedded.org*) | 170 | *git.openembedded.org*) |
171 | WEB_URL="http://cgit.openembedded.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH" | 171 | WEB_URL="http://cgit.openembedded.org/$REMOTE_REPO/log/?h=$BRANCH" |
172 | ;; | 172 | ;; |
173 | *github.com*) | 173 | *github.com*) |
174 | WEB_URL="https://github.com/$REMOTE_REPO/tree/$BRANCH" | 174 | WEB_URL="https://github.com/$REMOTE_REPO/tree/$BRANCH" |