Merge pull request #8671 from nathansoz/patch-2
$powershellpath is called as ".$powershellpath"
This commit is contained in:
commit
231fc84cce
1 changed files with 1 additions and 1 deletions
|
@ -79,4 +79,4 @@ else
|
|||
$FileName = $DownLoadUrl.Split('/')[-1]
|
||||
download-file $downloadurl "$powershellpath\$filename"
|
||||
|
||||
Start-Process -FilePath ".$powershellpath\$filename" -ArgumentList /quiet
|
||||
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet
|
||||
|
|
Loading…
Reference in a new issue