From 257eec1b9772ddbd1d2b79a4405390e7f850be35 Mon Sep 17 00:00:00 2001 From: Mike Battista <13860912+mikebattista@users.noreply.github.com> Date: Wed, 2 Oct 2019 17:26:56 -0700 Subject: [PATCH] Removed unnecessary function from the module manifest. --- WslInterop.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WslInterop.psd1 b/WslInterop.psd1 index d8aa703..8bd6203 100644 --- a/WslInterop.psd1 +++ b/WslInterop.psd1 @@ -69,7 +69,7 @@ PowerShellVersion = '6.0' # NestedModules = @() # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = 'Import-WslCommand', 'Invoke-WslCommand', 'Format-WslArgument' +FunctionsToExport = 'Import-WslCommand', 'Format-WslArgument' # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @()