mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
Fixed typo
This commit is contained in:
parent
8fa55b714e
commit
543d831312
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue