Fix bug with VW community remote branch test

x-archive-community-master-merge
Jason Young 5 years ago
parent 78b52d6bb0
commit 84b786d88e
  1. 1
      selfdrive/version.py

@ -49,6 +49,7 @@ terms_version: bytes = b"2"
dirty: bool = True
comma_remote: bool = False
vw_community_remote: bool = False
tested_branch: bool = False
origin = get_git_remote()
branch = get_git_full_branchname()

Loading…
Cancel
Save