tools/setup: use OP_ROOT in cd (#22600)

old-commit-hash: a9672eabf490b2088fe32e2ef8e09e18ff41e1b1
This commit is contained in:
Minjie Xu
2021-10-18 18:51:20 +01:00
committed by GitHub
parent e88d98223b
commit 8120ce0a98
+1 -1
View File
@@ -71,7 +71,7 @@ if ! command -v "pyenv" > /dev/null 2>&1; then
fi
# in the openpilot repo
cd $HOME/openpilot
cd $OP_ROOT
source ~/.bashrc
if [ -z "$OPENPILOT_ENV" ]; then