Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jun 14, 2023
1 parent 8bb3092 commit 8088c52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ def get_version_info(self):
"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:
Expand Down

0 comments on commit 8088c52

Please sign in to comment.