Skip to content

Commit 966df19

Browse files
committed
master-ci is dead
1 parent 7afe451 commit 966df19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendbc/car/docs_definitions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def all_parts(self):
195195
class CommonFootnote(Enum):
196196
EXP_LONG_AVAIL = CarFootnote(
197197
"openpilot Longitudinal Control (Alpha) is available behind a toggle; " +
198-
"the toggle is only available in non-release branches such as `devel` or `master-ci`.",
198+
"the toggle is only available in non-release branches such as `devel` or `nightly-dev`.",
199199
Column.LONGITUDINAL, docs_only=True)
200200
EXP_LONG_DSU = CarFootnote(
201201
"By default, this car will use the stock Adaptive Cruise Control (ACC) for longitudinal control. " +

0 commit comments

Comments
 (0)