From c0fbba995b4c8b979c6f723919936131db334058 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 11 Mar 2024 16:10:16 +0100 Subject: [PATCH] Update $BUILDTOOL_ISSUETRACKER --- buildtool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtool.sh b/buildtool.sh index dc85315..1393298 100755 --- a/buildtool.sh +++ b/buildtool.sh @@ -6,7 +6,7 @@ export "LANG=C.UTF-8" export "LC_MESSAGES=${LANG}" # Variables -export "BUILDTOOL_ISSUETRACKER=https://git.staropensource.de/JeremyStarTM/kernel-optimized.git/issues" +export "BUILDTOOL_ISSUETRACKER=https://git.staropensource.de/JeremyStarTM/kernel-optimized/issues" ## Cloning (update these if you fork this project) export "BUILDTOOL_REPOSITORY=https://git.staropensource.de/JeremyStarTM/kernel-optimized.git" export "BUILDTOOL_CLONEDIR=jstm-kernel-optimized"