Fix syntax error

This commit is contained in:
Ryan Brandenburg 2018-10-09 14:43:47 -07:00
parent 904c9d3623
commit 3cf20afc8a
1 changed files with 1 additions and 1 deletions

View File

@ -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 = $_