Minor comment change to better reflect code functionality

This commit is contained in:
Tim Wiel 2021-09-22 16:25:15 +12:00
parent 91d089876f
commit 57ceef7685
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ if ( !class_exists('Puc_v4p11_Vcs_GitLabApi', false) ):
$updateSource = $this->getLatestTag();
}
//3. Do branch if all else fails
//3. Do branch (including master if no latest tag found) if branch is specified OR nothing at all specified
if ( empty( $updateSource ) ) {
$updateSource = $this->getBranch($configBranch);
}