mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
tweak
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user