From 042e9e1f78fcc8dd41c1e232e0ba323a68204710 Mon Sep 17 00:00:00 2001 From: Bill Long Date: Thu, 11 Mar 2021 07:59:16 -0600 Subject: [PATCH] Build issue --- Setup/SetupAssist.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup/SetupAssist.ps1 b/Setup/SetupAssist.ps1 index d0878c5d20..c984762cb6 100644 --- a/Setup/SetupAssist.ps1 +++ b/Setup/SetupAssist.ps1 @@ -11,7 +11,7 @@ param( [switch]$OtherWellKnownObjects ) -. $PSScriptRoot\Utils\ConvertFrom-Ldif.ps1 +. .\Utils\ConvertFrom-Ldif.ps1 function IsAdministrator { $ident = [System.Security.Principal.WindowsIdentity]::GetCurrent()