From 1022655cd56fdb3637d9283214b89b6cb94a1790 Mon Sep 17 00:00:00 2001 From: dfinke Date: Tue, 22 Mar 2016 09:55:08 -0400 Subject: [PATCH] tweak --- Examples/Extra/Get-ModuleStats.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"