Remove extra }

This commit is contained in:
Ray 2024-04-12 20:40:55 +10:00
parent 0ea97a4a58
commit 7d3a819add
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}