mirror of
https://github.com/reiyua/AutoOUADCreator.git
synced 2026-01-20 16:47:47 +00:00
Remove extra }
This commit is contained in:
parent
0ea97a4a58
commit
7d3a819add
1 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,6 @@ foreach ($row in $ouData) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# Basic check if CSV file actually exists and can be read
|
# Basic check if CSV file actually exists and can be read
|
||||||
} else {
|
else {
|
||||||
Write-Host "CSV file not found at $csvPath"
|
Write-Host "CSV file not found at $csvPath"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue