Include message for ShouldContinue

This commit is contained in:
Ryan Brandenburg 2017-11-08 14:50:14 -08:00
parent 9cfdd5d0ac
commit 9607e545a1
1 changed files with 1 additions and 0 deletions

View File

@ -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) {