Skip to content

Commit 69af523

Browse files
feat: Shape.ShapeType ( Fixes #9 )
Forcing lowercase
1 parent 2d97a70 commit 69af523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/Shape/get_ShapeType.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ if (-not $shapeTypes) {
1111
if ($shapeTypes.Count -gt 1) {
1212
Write-Warning "There can be only one (shape type). Using $($shapeTypes[0])"
1313
}
14-
return $shapeTypes[0]
14+
return $shapeTypes[0].ToLower()

0 commit comments

Comments
 (0)