mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 19:14:32 -05:00
Add missing curly brace (#5203)
This commit is contained in:
parent
d924c6721a
commit
144c0a2fee
1
.github/workflows/repository-management.yml
vendored
1
.github/workflows/repository-management.yml
vendored
@ -241,6 +241,7 @@ jobs:
|
|||||||
git cherry-pick --strategy-option=theirs -x $SOURCE_COMMIT
|
git cherry-pick --strategy-option=theirs -x $SOURCE_COMMIT
|
||||||
git push -u origin $destination_branch
|
git push -u origin $destination_branch
|
||||||
fi
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
# If we are cutting 'hotfix-rc':
|
# If we are cutting 'hotfix-rc':
|
||||||
if [[ "$CUT_BRANCH" == "hotfix-rc" ]]; then
|
if [[ "$CUT_BRANCH" == "hotfix-rc" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user