mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
fix typo in skip logic
This commit is contained in:
@@ -13,7 +13,6 @@ if ($IsLinux -or $IsMacOS) {
|
||||
$skip = $true
|
||||
Write-Warning "Read-OleDbData: Microsoft.ACE.OLEDB.12.0 provider not found. Skipping tests."
|
||||
}
|
||||
$skip = $IsMissingACE
|
||||
}
|
||||
catch {
|
||||
$skip = $true
|
||||
|
||||
Reference in New Issue
Block a user