From 8a72bf1106cc57a66377df859d43e9981bbf1d76 Mon Sep 17 00:00:00 2001 From: David Young Date: Sat, 7 Dec 2024 10:15:40 +1300 Subject: [PATCH] update stremthru --- apps/stremthru/ci/latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stremthru/ci/latest.sh b/apps/stremthru/ci/latest.sh index 1142e04f17..28b61ba061 100755 --- a/apps/stremthru/ci/latest.sh +++ b/apps/stremthru/ci/latest.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -version=$(curl -sX GET https://api.github.com/repos/iPromKnight/zilean/releases/latest --header "Authorization: Bearer ${TOKEN}" | jq --raw-output '. | .tag_name') +version=$(curl -sX GET https://api.github.com/repos/MunifTanjim/stremthru/releases/latest --header "Authorization: Bearer ${TOKEN}" | jq --raw-output '. | .tag_name') printf "%s" "${version}" \ No newline at end of file