aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Azure
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Azure')
-rw-r--r--Software/Visual_Studio/Azure/Tango.AzureUtils/Environment/EnvironmentManager.cs8
1 files changed, 4 insertions, 4 deletions
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.");
}