diff --git a/WELA.ps1 b/WELA.ps1 index eb8e3604..36be4a93 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -1,5 +1,5 @@ Import-Module -Name ./WELAFunctions.psm1 -Import-Module -Name ./WELAAuditMsg.psm1 +Import-Module -Name ./WELAVerboseSecMsg.psm1 $logo = @" ┏┓┏┓┏┳━━━┳┓ ┏━━━┓ ┃┃┃┃┃┃┏━━┫┃ ┃┏━┓┃ diff --git a/WELAAuditMsg.psm1 b/WELAVerboseSecMsg.psm1 similarity index 100% rename from WELAAuditMsg.psm1 rename to WELAVerboseSecMsg.psm1