diff options
Diffstat (limited to 'Privesc/Privesc.psd1')
-rw-r--r-- | Privesc/Privesc.psd1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Privesc/Privesc.psd1 b/Privesc/Privesc.psd1 index d3d9a97..4e66883 100644 --- a/Privesc/Privesc.psd1 +++ b/Privesc/Privesc.psd1 @@ -48,7 +48,7 @@ FunctionsToExport = @( ) # List of all files packaged with this module -FileList = 'Privesc.psm1', 'Get-SiteListPassword.ps1', 'Get-System.ps1', 'PowerUp.ps1', 'README.md' +FileList = 'Privesc.psm1', 'Get-System.ps1', 'PowerUp.ps1', 'README.md' } |