mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-23 01:18:12 -07:00
fix
This commit is contained in:
+3
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user