diff --git a/Examples/Extra/Get-ModuleStats.ps1 b/Examples/Extra/Get-ModuleStats.ps1 index 9b848b8..6cb0b16 100644 --- a/Examples/Extra/Get-ModuleStats.ps1 +++ b/Examples/Extra/Get-ModuleStats.ps1 @@ -9,7 +9,7 @@ param( [Parameter(Mandatory=$true)] $moduleName, [ValidateSet('Column','Bar','Line','Pie')] - $chartType="Line" + $chartType="Line" ) $galleryUrl = "https://www.powershellgallery.com/packages/$moduleName"