We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d97a70 commit 69af523Copy full SHA for 69af523
Types/Shape/get_ShapeType.ps1
@@ -11,4 +11,4 @@ if (-not $shapeTypes) {
11
if ($shapeTypes.Count -gt 1) {
12
Write-Warning "There can be only one (shape type). Using $($shapeTypes[0])"
13
}
14
-return $shapeTypes[0]
+return $shapeTypes[0].ToLower()
0 commit comments