1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-12 01:11:22 +01:00

Add missing curly brace (#5203)

This commit is contained in:
Vince Grassia 2024-12-31 13:49:52 -05:00 committed by GitHub
parent d924c6721a
commit 144c0a2fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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