This commit is contained in:
dfinke
2016-03-22 09:55:08 -04:00
parent ffe8b2044f
commit 1022655cd5

View File

@@ -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"