From d940813f35a1dde6460896fcc4679a97337eb6c2 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Fri, 26 Jan 2024 14:25:11 -0600 Subject: [PATCH] Fixing release script --- scripts/release-jetty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-jetty.sh b/scripts/release-jetty.sh index 0e16b559972..87a65709dc9 100755 --- a/scripts/release-jetty.sh +++ b/scripts/release-jetty.sh @@ -46,7 +46,7 @@ function gitFindRemoteByUrl() { 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_BRANCH_ID=$(git symbolic-ref -q --short HEAD || git describe --tags --exact-match)