From 48d49dd438e5428ec5cec974aad19b65f1ceccc1 Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 25 Nov 2021 14:08:23 -0500 Subject: [PATCH] Update repo url --- lug-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index ce5d71c..3ddd1f2 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -145,8 +145,8 @@ else fi # Github repo and script version info -repo="the-sane/lug-helper" -releases_url="https://github.com/the-sane/lug-helper/releases" +repo="starcitizen-lug/lug-helper" +releases_url="https://github.com/$repo/releases" current_version="v1.11.1" ############################################################################