Skip to content

Commit

Permalink
stopwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
bottkars committed Jan 5, 2019
1 parent 2abf7fa commit 3098ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_pcf-opsman.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ else {
$StopWatch_deploy.Stop()

Write-Host "Preparation and BLOB copy job took $($StopWatch_prepare.Elapsed.Hours) hours, $($StopWatch_prepare.Elapsed.Minutes) minutes and $($StopWatch_prepare.Elapsed.Seconds) seconds" -ForegroundColor Magenta
Write-Host "ARM Deployment took $($StopWatch_deploy.Elapsed.Hours) hours, $($StopWatch_deploy.Elapsed.Minutes) minutes and $($StopWatch_deploy.Elapsed.Seconds) seconds" -ForegroundColor Magenta
Write-Host "Deployment took $($StopWatch_deploy.Elapsed.Hours) hours, $($StopWatch_deploy.Elapsed.Minutes) minutes and $($StopWatch_deploy.Elapsed.Seconds) seconds" -ForegroundColor Magenta
Pop-Location
##// create storage containers

Expand Down

0 comments on commit 3098ff1

Please sign in to comment.