From 5c221ffd9a5f2351dd183d96f3433f96288effff Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Thu, 20 Feb 2020 12:33:24 +0300 Subject: [PATCH] add missing space --- images/win/scripts/ImageHelpers/InstallHelpers.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/scripts/ImageHelpers/InstallHelpers.ps1 b/images/win/scripts/ImageHelpers/InstallHelpers.ps1 index 44cafa252..24b0b92e0 100644 --- a/images/win/scripts/ImageHelpers/InstallHelpers.ps1 +++ b/images/win/scripts/ImageHelpers/InstallHelpers.ps1 @@ -170,7 +170,7 @@ function Get-VS19ExtensionVersion $vsProgramData = Get-Item -Path "C:\ProgramData\Microsoft\VisualStudio\Packages\_Instances" $instanceFolders = Get-ChildItem -Path $vsProgramData.FullName - if($instanceFolders -is [array]) + if ($instanceFolders -is [array]) { Write-Host "More than one instance installed" exit 1