mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +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
|
checkReleaseDoesNotExist
|
||||||
checkWorkingTreeClean
|
checkWorkingTreeClean
|
||||||
checkSourceBranchExists
|
checkSourceBranchExists
|
||||||
|
checkTargetBranchExists
|
||||||
|
|
||||||
logInfo "Checking out source branch '${SOURCE_BRANCH}'..."
|
logInfo "Checking out source branch '${SOURCE_BRANCH}'..."
|
||||||
git checkout "$SOURCE_BRANCH"
|
git checkout "$SOURCE_BRANCH"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue