also normalized

pull/31941/head
Justin Newberry 1 year ago
parent ce8dac9b4d
commit 7e9b351e7d
  1. 2
      selfdrive/athena/athenad.py

@ -322,7 +322,7 @@ def getVersion() -> dict[str, str]:
build_metadata = get_build_metadata()
return {
"version": build_metadata.openpilot.version,
"remote": build_metadata.openpilot.git_origin,
"remote": build_metadata.openpilot.git_normalized_origin,
"branch": build_metadata.channel,
"commit": build_metadata.openpilot.git_commit,
}

Loading…
Cancel
Save