From 7d3a819add1e81daf95f102d29565b183a9aadbc Mon Sep 17 00:00:00 2001 From: Rayyan Hodges Date: Fri, 12 Apr 2024 20:40:55 +1000 Subject: [PATCH] Remove extra } --- AutoOUADCreator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoOUADCreator.ps1 b/AutoOUADCreator.ps1 index 176fb80..7ab6fe8 100644 --- a/AutoOUADCreator.ps1 +++ b/AutoOUADCreator.ps1 @@ -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" }