From 3cf20afc8ad293993f49abd89000ad33295278a5 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Tue, 9 Oct 2018 14:43:47 -0700 Subject: [PATCH] Fix syntax error --- scripts/UpdateRepos.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/UpdateRepos.ps1 b/scripts/UpdateRepos.ps1 index a3362a2bd2..c4291f2190 100755 --- a/scripts/UpdateRepos.ps1 +++ b/scripts/UpdateRepos.ps1 @@ -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 = $_