Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Nov 25, 2024
1 parent 8fa55b7 commit 543d831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 543d831

Please sign in to comment.