From 11247e2bb4d6c0cde743ab08ffdea0512ac48464 Mon Sep 17 00:00:00 2001 From: Eric Jenkins Date: Mon, 13 Jun 2022 15:33:09 -0400 Subject: [PATCH] update based on feedback --- stig/windows/RequiredModules.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stig/windows/RequiredModules.ps1 b/stig/windows/RequiredModules.ps1 index 690131d..ea9baa1 100644 --- a/stig/windows/RequiredModules.ps1 +++ b/stig/windows/RequiredModules.ps1 @@ -16,4 +16,4 @@ function Get-RequiredModules { @{ModuleName = 'xWebAdministration'; ModuleVersion = '3.2.0' }, @{ModuleName = 'PowerSTIG'; ModuleVersion = '4.12.1' } ) -} \ No newline at end of file +}