Fixed typo

This commit is contained in:
David Murphy 2024-11-25 12:58:58 -07:00
parent 8fa55b714e
commit 543d831312
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -2103,7 +2103,7 @@ __git_clone_and_checkout() {
fi
if [ "$(echo "$GIT_REV" | grep -E '^(3006|3007)$')" != "" ]; then
GIT_REV_ADJ="$1.x" # branches are 3006.x or 3007.x
GIT_REV_ADJ="$GIT_REV.x" # branches are 3006.x or 3007.x
else
GIT_REV_ADJ="$GIT_REV"
fi