From 9607e545a1e45b65f99d4bac14e1981aeac70f80 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Wed, 8 Nov 2017 14:50:14 -0800 Subject: [PATCH] Include message for ShouldContinue --- scripts/UpdateRepos.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/UpdateRepos.ps1 b/scripts/UpdateRepos.ps1 index 6c77f66534..02370e54a7 100755 --- a/scripts/UpdateRepos.ps1 +++ b/scripts/UpdateRepos.ps1 @@ -110,6 +110,7 @@ try { Write-Verbose "All updates successful!" } + $shortMessage = "Pushing updates to repos." if (-not $NoPush -and ($Force -or ($PSCmdlet.ShouldContinue($shortMessage, 'Push the changes to these repos?')))) { $push_errors = @() foreach ($submodule in $updated_submodules) {