Fix another branch casing.

This commit is contained in:
2026-05-06 17:44:54 -07:00
parent cfd18df2c5
commit 2de6e77d40

View File

@@ -105,7 +105,7 @@ if [[ ! -d "$env_shared_dir" ]]; then
cp -v "$env_shared_dir"/bin-shared/* ~/bin/
else
echo -e "`date` - Already installed, updating."
git -C "$env_shared_dir" switch "$branch"
git -C "$env_shared_dir" switch "$BRANCH"
git -C "$env_shared_dir" pull --recurse-submodules || \
( echo "Failed to pull project, exiting." && return 1 )
cp -v "$env_shared_dir"/rc_shared.sh ~/.rc_shared