From 13db24e327aa9ca8e46c2c018d0d6b8890692286 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 01:26:47 -0600 Subject: [PATCH] wip --- launch_openpilot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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