Skip to content

Commit bbefbb9

Browse files
committed
Replace uint with uint32
1 parent a1888ee commit bbefbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Get-ChildItemColor.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ param(
228228
[switch]
229229
${Recurse},
230230

231-
[uint]
231+
[uint32]
232232
${Depth},
233233

234234
[switch]

0 commit comments

Comments
 (0)