Skip to content

Commit

Permalink
Removed unnecessary function from the module manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Oct 3, 2019
1 parent fe26c9b commit 257eec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WslInterop.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @()
Expand Down

0 comments on commit 257eec1

Please sign in to comment.