diff --git a/launch_openpilot.sh b/launch_openpilot.sh index 4948666..5d06463 100755 --- a/launch_openpilot.sh +++ b/launch_openpilot.sh @@ -27,7 +27,7 @@ if [ "$timeout" -gt 0 ]; then git fetch origin "$branch" # Check if the local branch is behind the remote branch - LOCAL=$(git rev-parse "@{0}") + LOCAL=$(git rev-parse "@{0}") REMOTE=$(git rev-parse "origin/$branch") if [ "$LOCAL" != "$REMOTE" ]; then