From 8012fdc4481f816682504ba7669fe97e6cc7e9f1 Mon Sep 17 00:00:00 2001 From: Don Schenck Date: Thu, 19 Jun 2014 13:16:08 -0500 Subject: [PATCH] Start-Process line was wrong Fixed --- examples/scripts/upgrade_to_ps3.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scripts/upgrade_to_ps3.ps1 b/examples/scripts/upgrade_to_ps3.ps1 index 6604cd30b3c..693088b75f8 100644 --- a/examples/scripts/upgrade_to_ps3.ps1 +++ b/examples/scripts/upgrade_to_ps3.ps1 @@ -79,4 +79,4 @@ else $FileName = $DownLoadUrl.Split('/')[-1] download-file $downloadurl "$powershellpath\$filename" -Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet, /log "C:\powershell\install.log" +Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet