three way merge

old-commit-hash: 702c4392a448eff18eb64537fdf46e0741558b8b
This commit is contained in:
Adeeb Shihadeh
2023-12-10 12:10:40 -08:00
committed by GitHub
parent 2526dcf30c
commit d5c951072b
+1 -1
View File
@@ -8,4 +8,4 @@ fi
BASE="https://github.com/commaai/openpilot/pull/"
PR_NUM="$(echo $1 | grep -o -E '[0-9]+')"
curl -L $BASE/$PR_NUM.patch | git apply
curl -L $BASE/$PR_NUM.patch | git apply -3