mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Add missing target branch check
This commit is contained in:
parent
12f62df49a
commit
c33ce8e0e4
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ merge() {
|
|||
checkReleaseDoesNotExist
|
||||
checkWorkingTreeClean
|
||||
checkSourceBranchExists
|
||||
checkTargetBranchExists
|
||||
|
||||
logInfo "Checking out source branch '${SOURCE_BRANCH}'..."
|
||||
git checkout "$SOURCE_BRANCH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue