Skip to content

Commit

Permalink
Start-Process line was wrong
Browse files Browse the repository at this point in the history
Fixed
  • Loading branch information
DonSchenck authored and sivel committed Jun 19, 2014
1 parent e2f5d40 commit 8012fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/upgrade_to_ps3.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8012fdc

Please sign in to comment.