Restored extra line

This commit is contained in:
Simon TheUser 2021-11-16 13:52:38 -05:00 committed by Pedro Algarvio
parent e209b259d2
commit b3d29d5f0a

View file

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