mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
Add missing curly brace (#5203)
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user