From 3098ff13d9e5345bd97bcf11df582285c70f3c80 Mon Sep 17 00:00:00 2001 From: bottkars Date: Sat, 5 Jan 2019 12:08:14 +0100 Subject: [PATCH] stopwatch --- deploy_pcf-opsman.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_pcf-opsman.ps1 b/deploy_pcf-opsman.ps1 index 3afe84b..3a33b34 100644 --- a/deploy_pcf-opsman.ps1 +++ b/deploy_pcf-opsman.ps1 @@ -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