Fix syntax error
This commit is contained in:
parent
904c9d3623
commit
3cf20afc8a
|
|
@ -110,7 +110,7 @@ try {
|
|||
Invoke-Block { & git @gitConfigArgs push origin HEAD:$newBranch}
|
||||
}
|
||||
catch {
|
||||
Write-Warning "Error in pushing $newBranch: $_"
|
||||
Write-Warning "Error in pushing $($newBranch): $_"
|
||||
$build_errors += @{
|
||||
Repo = $submodule.module
|
||||
Message = $_
|
||||
|
|
|
|||
Loading…
Reference in New Issue