From 31918c067afac602c7b13ef7d2d2dfbfb1a75dda Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Thu, 4 Sep 2025 22:22:48 -0400 Subject: [PATCH] events: add `sunnypilot/openpilot` to remote origin check (#1216) events: add sunnypilot/openpilot to remote origin check --- system/version.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/version.py b/system/version.py index 5aa8d0115..5e65a7c64 100755 --- a/system/version.py +++ b/system/version.py @@ -85,7 +85,8 @@ class OpenpilotMetadata: @property def sunnypilot_remote(self) -> bool: - return self.git_normalized_origin == "github.com/sunnypilot/sunnypilot" + return self.git_normalized_origin in ("github.com/sunnypilot/sunnypilot", + "github.com/sunnypilot/openpilot") @property def git_normalized_origin(self) -> str: