aboutsummaryrefslogtreecommitdiff
path: root/Persistence/Persistence.psd1
diff options
context:
space:
mode:
Diffstat (limited to 'Persistence/Persistence.psd1')
-rw-r--r--Persistence/Persistence.psd13
1 files changed, 1 insertions, 2 deletions
diff --git a/Persistence/Persistence.psd1 b/Persistence/Persistence.psd1
index c793c69..b2fa69f 100644
--- a/Persistence/Persistence.psd1
+++ b/Persistence/Persistence.psd1
@@ -31,7 +31,6 @@ CmdletsToExport = '*'
ModuleList = @(@{ModuleName = 'Persistence'; ModuleVersion = '1.0.0.0'; GUID = '633d0f10-a056-41da-869d-6d2f75430195'})
# List of all files packaged with this module
-FileList = 'Persistence.psm1', 'Persistence.psd1', 'Add-Persistence.ps1', 'New-ElevatedPersistenceOption.ps1',
- 'New-UserPersistenceOption.ps1', 'Usage.md'
+FileList = 'Persistence.psm1', 'Persistence.psd1', 'Usage.md'
}