diff --git a/system/version.py b/system/version.py index 6df4b0fb7e..7051c09663 100755 --- a/system/version.py +++ b/system/version.py @@ -89,7 +89,8 @@ def is_prebuilt() -> bool: def is_comma_remote() -> bool: # note to fork maintainers, this is used for release metrics. please do not # touch this to get rid of the orange startup alert. there's better ways to do that - return get_normalized_origin() == "github.com/sunnypilot/sunnypilot" + return get_normalized_origin() in ("github.com/sunnypilot/sunnypilot", "github.com/sunnyhaibin/sunnypilot", + "github.com/sunnypilot/openpilot", "github.com/sunnyhaibin/openpilot") @cache def is_tested_branch() -> bool: