From 43212b72dade95f4b71c4d5a43e6edb397a21d53 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov <10544660+farag2@users.noreply.github.com> Date: Fri, 18 Sep 2020 10:48:14 +0300 Subject: [PATCH] Rename LTSC.ps1 to LTSC/LTSC.ps1 --- LTSC.ps1 => LTSC/LTSC.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename LTSC.ps1 => LTSC/LTSC.ps1 (97%) diff --git a/LTSC.ps1 b/LTSC/LTSC.ps1 similarity index 97% rename from LTSC.ps1 rename to LTSC/LTSC.ps1 index 034d83eb..db590751 100644 --- a/LTSC.ps1 +++ b/LTSC/LTSC.ps1 @@ -2552,4 +2552,4 @@ if ($Error) } } } | Sort-Object -Property Line | Format-Table -AutoSize -Wrap | Out-String).Trim() -} \ No newline at end of file +}