From aceadd6a06d625c7d97ba29790b85f4322b4280a Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Fri, 24 Apr 2020 20:14:42 +0300 Subject: [PATCH] nitpicks --- images/win/scripts/Installers/Install-RootCA.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/win/scripts/Installers/Install-RootCA.ps1 b/images/win/scripts/Installers/Install-RootCA.ps1 index 297d8bdb..a5d67808 100644 --- a/images/win/scripts/Installers/Install-RootCA.ps1 +++ b/images/win/scripts/Installers/Install-RootCA.ps1 @@ -107,7 +107,7 @@ function Disable-RootAutoUpdate { # Property to remove $CERT_NOT_BEFORE_FILETIME_PROP_ID = 126 -# Add extende cert type +# Add extended cert type Add-ExtendedCertType # Get certificates without property CERT_NOT_BEFORE_FILETIME_PROP_ID @@ -124,4 +124,4 @@ if ($certsWithoutPropId.Count -gt 0) { } # Disable auto root update mechanism -Disable-RootAutoUpdate \ No newline at end of file +Disable-RootAutoUpdate