Ver Fonte

Include message for ShouldContinue

Ryan Brandenburg há 8 anos atrás
pai
commit
9607e545a1
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      scripts/UpdateRepos.ps1

+ 1 - 0
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) {