From 763c1277c6d114cb7c77f62f0b20d3e74a352fa7 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov Date: Mon, 16 Nov 2020 19:13:37 +0300 Subject: [PATCH] update WSLv1 version --- images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 b/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 index 91c19dc6f..0e172713d 100644 --- a/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 +++ b/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 @@ -30,7 +30,7 @@ if (Test-IsWin19) { $markdown += New-MDHeader "Enabled windows optional features" -Level 2 $markdown += New-MDList -Style Unordered -Lines @( - "Windows Subsystem for Linux" + "Windows Subsystem for Linux [WSLv1]" ) }