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}
|
Invoke-Block { & git @gitConfigArgs push origin HEAD:$newBranch}
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
Write-Warning "Error in pushing $newBranch: $_"
|
Write-Warning "Error in pushing $($newBranch): $_"
|
||||||
$build_errors += @{
|
$build_errors += @{
|
||||||
Repo = $submodule.module
|
Repo = $submodule.module
|
||||||
Message = $_
|
Message = $_
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue