From f315c2a95ee683dfbbb8bf6c70eb772243bd859e Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 22 Mar 2021 18:26:24 +0200 Subject: PPC_v1.4.6 --- .../Azure/Tango.AzureUtils/Environment/EnvironmentManager.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Software/Visual_Studio/Azure') diff --git a/Software/Visual_Studio/Azure/Tango.AzureUtils/Environment/EnvironmentManager.cs b/Software/Visual_Studio/Azure/Tango.AzureUtils/Environment/EnvironmentManager.cs index 123c94f7d..8c6c745a9 100644 --- a/Software/Visual_Studio/Azure/Tango.AzureUtils/Environment/EnvironmentManager.cs +++ b/Software/Visual_Studio/Azure/Tango.AzureUtils/Environment/EnvironmentManager.cs @@ -388,11 +388,11 @@ namespace Tango.AzureUtils.Environment if (config.CopyMachineServiceFiles) { await _ftpManager.CopyAppFiles(sourceApp, targetApp); - } - //Restart slot. - OnProgress(AzureUtilsStage.Environment, "Restarting traget deployment slot..."); - await targetApp.RestartAsync(); + //Restart slot. + OnProgress(AzureUtilsStage.Environment, "Restarting target deployment slot..."); + await targetApp.RestartAsync(); + } OnCompleted("Environment upgraded successfully."); } -- cgit v1.3.1