Skip to content

Commit 42ebde8

Browse files
committed
Update Extract-HTMLTable.ps1
1 parent 201c32c commit 42ebde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extract-HTMLTable.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function Extract-HTMLTable {
88

99
# Either we know the table number, otherwise we extract all tables
1010
[Parameter(Mandatory = $false)]
11-
[boolean] $AllTables,
11+
[switch] $AllTables,
1212

1313
[Parameter(Mandatory = $false)]
1414
[boolean] $LocalFile

0 commit comments

Comments
 (0)