From a4f52d2025b11c6c55b750f3db1a0215802f766d Mon Sep 17 00:00:00 2001 From: reiyua Date: Fri, 12 Apr 2024 21:03:48 +1000 Subject: [PATCH] Add extra } --- AutoOUADCreator.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/AutoOUADCreator.ps1 b/AutoOUADCreator.ps1 index dfbeaa6..7fe60cf 100644 --- a/AutoOUADCreator.ps1 +++ b/AutoOUADCreator.ps1 @@ -40,3 +40,4 @@ foreach ($row in $ouData) { else { Write-Host "CSV file not found at $csvPath" } +}