Merge branch 'merge/release/2.2-to-master'

This commit is contained in:
Ryan Brandenburg 2018-10-10 16:18:07 -07:00
Родитель 10ee430043 ad8aeca6a7
Коммит 29cabb688e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -107,7 +107,7 @@ try {
if (-not $NoPush -and ($Force -or ($PSCmdlet.ShouldContinue("Pushing updates to repos.", 'Push the changes to these repos?')))) {
try {
$newBranch = "maestro/$($submodule.branch)"
Invoke-Block { & git @gitConfigArgs push origin HEAD:$newBranch}
Invoke-Block { & git @gitConfigArgs push origin HEAD:refs/heads/$newBranch}
}
catch {
Write-Warning "Error in pushing $($newBranch): $_"