From b3d29d5f0a4025219245d74aca6304a3420683e0 Mon Sep 17 00:00:00 2001 From: Simon TheUser Date: Tue, 16 Nov 2021 13:52:38 -0500 Subject: [PATCH] Restored extra line --- bootstrap-salt.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.ps1 b/bootstrap-salt.ps1 index ff857f8..0282121 100644 --- a/bootstrap-salt.ps1 +++ b/bootstrap-salt.ps1 @@ -138,6 +138,7 @@ If (!(Get-IsAdministrator)) { $parameters = "$parameters -{0} '{1}'" -f $boundParam.Key, $boundParam.Value } $newProcess.Arguments = $myInvocation.MyCommand.Definition, $parameters + # Specify the current working directory $newProcess.WorkingDirectory = "$script_path"