From 84b786d88e43ef43499ab27331e4a33da25719a6 Mon Sep 17 00:00:00 2001 From: Jason Young Date: Tue, 13 Oct 2020 00:10:00 -0400 Subject: [PATCH] Fix bug with VW community remote branch test --- selfdrive/version.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/version.py b/selfdrive/version.py index 1c4c4910d..56a02fcd9 100644 --- a/selfdrive/version.py +++ b/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()