From 8088c525518351d1e931c7e8456d8f4c37847c95 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Wed, 14 Jun 2023 18:00:24 +0300 Subject: [PATCH] fix --- scripts/version.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/version.py b/scripts/version.py index 3b2502af7..be1c51ce7 100644 --- a/scripts/version.py +++ b/scripts/version.py @@ -62,9 +62,11 @@ class GitVersion: "GIT_BRANCH": branch, "VERSION": version, "BUILD_DIRTY": dirty and 1 or 0, - "GIT_ORIGIN": ",".join(self._get_git_origins()), + "GIT_ORIGIN": "https://github.com/DarkFlippers/unleashed-firmware.git", "GIT_COMMIT_DATE": commit_date, } + + # "GIT_ORIGIN": ",".join(self._get_git_origins()), def _get_git_origins(self): try: