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"