From dc480bae1ca32ebf136d87691f0a3ffc92a42e29 Mon Sep 17 00:00:00 2001 From: Ioan Popovici Date: Mon, 12 Feb 2018 11:48:34 +0100 Subject: [PATCH] Fix formats to process spell bug. !deploy --- PSWmiToolKit/PSWmiToolKit.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSWmiToolKit/PSWmiToolKit.psd1 b/PSWmiToolKit/PSWmiToolKit.psd1 index ccc00c5..4e42f1a 100644 --- a/PSWmiToolKit/PSWmiToolKit.psd1 +++ b/PSWmiToolKit/PSWmiToolKit.psd1 @@ -63,7 +63,7 @@ PowerShellVersion = '3.0' # TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = @('PSWmiToolkit.Formats.ps1xml') +FormatsToProcess = @('PSWmiToolkit.Format.ps1xml') # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess # NestedModules = @()