Skip to content

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMann committed Nov 8, 2024
1 parent f8ba71c commit 6232952
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build/Eryph.ComputeClient.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ FunctionsToExport = @()

# 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 = @(
"Get-Catlet",
"New-Catlet",
"Remove-Catlet",
"Update-Catlet",
"Start-Catlet",
"Stop-Catlet",
"Get-Catlet",
"New-Catlet",
"Remove-Catlet",
"Update-Catlet",
"Start-Catlet",
"Stop-Catlet",
"Get-CatletIp",
"Get-CatletDisk",
"New-CatletDisk",
Expand Down

0 comments on commit 6232952

Please sign in to comment.