From 7f7d48772374915347614ea14790d12e1b97208b Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 01:26:25 -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 3afbc15..4948666 100755 --- a/launch_openpilot.sh +++ b/launch_openpilot.sh @@ -21,7 +21,7 @@ if [ "$timeout" -gt 0 ]; then echo "Internet connection established, proceeding with update." # Set branch to your target branch - branch="oscrpilot" + branch="oscarpilot" # Fetch the latest changes from the remote repository for the target branch git fetch origin "$branch"