Remove extra }
This commit is contained in:
parent
0ea97a4a58
commit
7d3a819add
|
@ -32,6 +32,6 @@ foreach ($row in $ouData) {
|
|||
}
|
||||
}
|
||||
# Basic check if CSV file actually exists and can be read
|
||||
} else {
|
||||
else {
|
||||
Write-Host "CSV file not found at $csvPath"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue