mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05: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 push -u origin $destination_branch
|
||||
fi
|
||||
}
|
||||
|
||||
# If we are cutting 'hotfix-rc':
|
||||
if [[ "$CUT_BRANCH" == "hotfix-rc" ]]; then
|
||||
|
Reference in New Issue
Block a user