Fixing release script

This commit is contained in:
Joakim Erdfelt 2024-01-26 14:25:11 -06:00
parent c5a73c52f1
commit d940813f35
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ function gitFindRemoteByUrl() {
return 0 return 0
} }
GIT_REMOTE_URL="github.com:eclipse/jetty.project.git" GIT_REMOTE_URL="github.com:jetty/jetty.project.git"
GIT_REMOTE_ID=$(gitFindRemoteByUrl "$GIT_REMOTE_URL") GIT_REMOTE_ID=$(gitFindRemoteByUrl "$GIT_REMOTE_URL")
GIT_BRANCH_ID=$(git symbolic-ref -q --short HEAD || git describe --tags --exact-match) GIT_BRANCH_ID=$(git symbolic-ref -q --short HEAD || git describe --tags --exact-match)