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